Enum Parser.XML.Tree.ParseFlags
- Description
Flags used together with simple_parse_input() and simple_parse_file().
- See also
- Constant
PARSE_CHECK_ALL_ERRORS
constantParser.XML.Tree.PARSE_CHECK_ALL_ERRORS- Description
This exists for compatibility only.
- Constant
PARSE_COMPAT_ALLOW_ERRORS_7_2
constantParser.XML.Tree.PARSE_COMPAT_ALLOW_ERRORS_7_2- Description
Allow more data (or tags) after the root element. Implies PARSE_COMPAT_ALLOW_ERRORS_7_6.
- Constant
PARSE_COMPAT_ALLOW_ERRORS_7_6
constantParser.XML.Tree.PARSE_COMPAT_ALLOW_ERRORS_7_6- Description
Allow multiple and invalidly placed
"<?xml ... ?>"and"<!DOCTYPE ... >"declarations (invalid"<?xml ... ?>"declarations are otherwise treated as normal PI:s). Allow"<![CDATA[ ... ]]>"outside the root element. Allow the root element to be absent.
- Constant
PARSE_DISALLOW_RXML_ENTITIES
constantParser.XML.Tree.PARSE_DISALLOW_RXML_ENTITIES- Description
Disallow RXML-style entities.
Note that this flag is negated for compatibility.
- Constant
PARSE_ENABLE_NAMESPACES
constantParser.XML.Tree.PARSE_ENABLE_NAMESPACES- Description
Enable namespace parser.
- Constant
PARSE_FORCE_LOWERCASE
constantParser.XML.Tree.PARSE_FORCE_LOWERCASE- Description
Force all tag names to lower-case.