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 ignore ignorable whitespace in element content.
Set method documentation [Android Documentation]
Specifies that the parsers created by this factory must eliminate
whitespace in element content (sometimes known loosely as
'ignorable whitespace') when parsing XML documents (see XML Rec
2.10). Note that only whitespace which is directly contained within
element content that has an element only content model (see XML
Rec 3.2.1) will be eliminated. Due to reliance on the content model
this setting requires the parser to be in validating mode. By default
the value of this is set to false.