Searched defs:_xmlParserCtxt (Results 1 – 3 of 3) sorted by relevance
212 struct _xmlParserCtxt { struct214 struct _xmlSAXHandler *sax;216 void *userData;218 xmlDocPtr myDoc;220 int wellFormed;222 int replaceEntities XML_DEPRECATED_MEMBER;224 const xmlChar *version;226 const xmlChar *encoding;228 int standalone;234 int html;[all …]