Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Indicates whether or not the factory is configured to produce parsers
which validate the XML content during parse.
Set method documentation [Android Documentation]
Specifies that the parser produced by this factory will be validating
(it simply set feature XmlPullParser.FEATURE_VALIDATION to true or false).
By default the value of this is set to false.