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