|
libxml2
|
Parser context. More...
#include <parser.h>
Data Fields | |
| struct _xmlSAXHandler * | sax |
| void * | userData |
| xmlDoc * | myDoc |
| int | wellFormed |
| int | replaceEntities |
| xmlChar * | version |
| xmlChar * | encoding |
| int | standalone |
| int | html |
| xmlParserInput * | input |
| Current input stream. | |
| xmlNode * | node |
| int | errNo |
| int | valid |
| int | validate |
| xmlValidCtxt | vctxt |
| char * | directory |
| int | keepBlanks |
| int | disableSAX |
| int | inSubset |
| const xmlChar * | intSubName |
| xmlChar * | extSubURI |
| xmlChar * | extSubSystem |
| int | pedantic |
| void * | _private |
| int | loadsubset |
| void * | catalogs |
| int | recovery |
| xmlDict * | dict |
| int | nsWellFormed |
| int | options |
| int | dictNames |
| xmlError | lastError |
Parser context.
| void* _private |
For user data, libxml won't touch it
| void* catalogs |
document's own catalog
| xmlDict* dict |
dictionary for the parser
| int dictNames |
Use dictionary names for the tree
| char* directory |
The main document URI, if available, with its last component stripped.
| int disableSAX |
SAX callbacks are disabled
| xmlChar* encoding |
the declared encoding, if any
| int errNo |
error code
| xmlChar* extSubSystem |
This member is MISNAMED. It contains the public identifier of the external subset.
| xmlChar* extSubURI |
System identifier (URI) of external the subset.
| int html |
non-zero for HTML documents, actually an htmlInsertMode
| int inSubset |
Set if DTD content is parsed.
| const xmlChar* intSubName |
Name of the internal subset (root element type).
| int keepBlanks |
ugly but ...
| xmlError lastError |
the complete error information for the last error.
| int loadsubset |
Control loading of the external subset and handling of IDs. Other options like validate can override this value.
| xmlDoc* myDoc |
the document being built
| xmlNode* node |
The current element.
| int nsWellFormed |
is the document XML Namespace okay
| int options |
Extra options
| int pedantic |
signal pedantic warnings
| int recovery |
| int replaceEntities |
shall we replace entities?
| struct _xmlSAXHandler* sax |
the SAX handler
| int standalone |
standalone document
| void* userData |
user data for SAX interface, defaults to the context itself
| int valid |
is the document valid
| int validate |
shall we try to validate?
| xmlValidCtxt vctxt |
The validity context
| xmlChar* version |
the XML version string
| int wellFormed |
is the document well formed?