Home
last modified time | relevance | path

Searched defs:_xmlParserCtxt (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h184 struct _xmlParserCtxt { struct
185 struct _xmlSAXHandler *sax; /* The SAX handler */
186 void *userData; /* For SAX interface only, used by DOM build */
187 xmlDocPtr myDoc; /* the document being built */
188 int wellFormed; /* is the document well formed */
189 int replaceEntities; /* shall we replace entities ? */
190 const xmlChar *version; /* the XML version string */
191 const xmlChar *encoding; /* the declared encoding, if any */
192 int standalone; /* standalone document */
193 int html; /* an HTML(1)/Docbook(2) document
[all …]