SAX1 |
= |
1 << 9 |
|
use the SAX1 interface internally
|
XINCLUDE |
= |
1 << 10 |
|
Implement XInclude substitution
|
NONET |
= |
1 << 11 |
|
Forbid network access. Recommended for dealing with untrusted documents.
|
NODICT |
= |
1 << 12 |
|
Do not reuse the context dictionary
|
NSCLEAN |
= |
1 << 13 |
|
remove redundant namespaces declarations
|
NOCDATA |
= |
1 << 14 |
|
merge CDATA as text nodes
|
NOXINCNODE |
= |
1 << 15 |
|
do not generate XINCLUDE START/END nodes
|
COMPACT |
= |
1 << 16 |
|
compact small text nodes; no modification of the tree allowed afterwards
(will possibly crash if you try to modify the tree)
|
OLD10 |
= |
1 << 17 |
|
parse using XML-1.0 before update 5
|
NOBASEFIX |
= |
1 << 18 |
|
do not fixup XINCLUDE xml:base uris
|
HUGE |
= |
1 << 19 |
|
relax any hardcoded limit from the parser
|
DEFAULT_XML |
= |
RECOVER | NONET |
|
the default options used for parsing XML
documents
|
DEFAULT_HTML |
= |
RECOVER | NOERROR | NOWARNING | NONET |
|
the default options used for parsing HTML
documents
|