Searched defs:_xmlParserCtxt (Results 1 – 2 of 2) sorted by relevance
181 struct _xmlParserCtxt { struct182 struct _xmlSAXHandler *sax; /* The SAX handler */183 void *userData; /* For SAX interface only, used by DOM build */184 xmlDocPtr myDoc; /* the document being built */185 int wellFormed; /* is the document well formed */186 int replaceEntities; /* shall we replace entities ? */187 const xmlChar *version; /* the XML version string */188 const xmlChar *encoding; /* the declared encoding, if any */189 int standalone; /* standalone document */190 int html; /* an HTML(1) document[all …]