XML::ParserOptions
Inherits Enum / Comparable / Value / Object
Constants
Recover on errors
Substitute entities
Load the external subset
Default DTD attributes
Validate with the DTD
Suppress error reports
Suppress warning reports
Pedantic error reporting
Remove blank nodes
Use the SAX1 interface internally
Implement XInclude substitution
Forbid network access
Do not reuse the context dictionary
Remove redundant namespaces declarations
Merge CDATA as text nodes
Do not generate XINCLUDE START/END nodes
Compact small text nodes; no modification of the tree allowed afterwards (will possibly crash if you try to modify the tree)
Parse using XML-1.0 before update 5
Do not fixup XINCLUDE xml:base uris
Relax any hardcoded limit from the parser
Parse using SAX2 interface before 2.7.0
Ignore internal document encoding hint
Store big lines numbers in text PSVI field
Constructors
Returns default options for parsing XML documents.
Default flags are: RECOVER | NOWARNING | NONET