this module exports a number of internal parsing routines they are not really all intended for applications but can prove useful doing low level processing.
xmlEntityRefere
Macro: MOVETO_ENDTAG
#define MOVETO_ENDTAG
Skips to the next '>' char.
Macro: MOVETO_STARTTAG
#define MOVETO_STARTTAG
Skips to the next '<' char.
Macro: SKIP_EOL
#define SKIP_EOL
Skips the end of line chars.
+Macro: XML_MAX_DICTIONARY_LIMIT
#define XML_MAX_DICTIONARY_LIMIT
Maximum size allowed by the parser for a dictionary by default This is not a limitation of the parser but a safety boundary feature, use XML_PARSE_HUGE option to override it. Introduced in 2.9.0
+Macro: XML_MAX_LOOKUP_LIMIT
#define XML_MAX_LOOKUP_LIMIT
Maximum size allowed by the parser for ahead lookup This is an upper boundary enforced by the parser to avoid bad behaviour on "unfriendly' content Introduced in 2.9.0
Macro: XML_MAX_NAMELEN
#define XML_MAX_NAMELEN
Identifiers can be longer, but this will be more costly at runtime.
-Macro: XML_MAX_TEXT_LENGTH
#define XML_MAX_TEXT_LENGTH
Maximum size allowed for a single text node when building a tree. This is not a limitation of the parser but a safety boundary feature, use XML_PARSE_HUGE option to override it.
+Macro: XML_MAX_NAME_LENGTH
#define XML_MAX_NAME_LENGTH
Maximum size allowed for a markup identitier This is not a limitation of the parser but a safety boundary feature, use XML_PARSE_HUGE option to override it. Note that with the use of parsing dictionaries overriding the limit may result in more runtime memory usage in face of "unfriendly' content Introduced in 2.9.0
+Macro: XML_MAX_TEXT_LENGTH
#define XML_MAX_TEXT_LENGTH
Maximum size allowed for a single text node when building a tree. This is not a limitation of the parser but a safety boundary feature, use XML_PARSE_HUGE option to override it. Introduced in 2.9.0
Macro: XML_SUBSTITUTE_BOTH
#define XML_SUBSTITUTE_BOTH
Both general and parameter entities need to be substituted.
Macro: XML_SUBSTITUTE_NONE
#define XML_SUBSTITUTE_NONE
If no entities need to be substituted.
Macro: XML_SUBSTITUTE_PEREF
#define XML_SUBSTITUTE_PEREF
Whether parameter entities need to be substituted.
@@ -189,7 +192,7 @@ void xmlEntityReferenceFunc (Create a new input stream based on a file or an URL.
Create a new input stream structure.
Create a new input stream based on a memory buffer.