Searched defs:_xmlTextReader (Results 1 – 1 of 1) sorted by relevance
129 struct _xmlTextReader { struct130 int mode; /* the parsing mode */131 xmlDocPtr doc; /* when walking an existing doc */132 xmlTextReaderValidate validate;/* is there any validation */133 int allocs; /* what structure were deallocated */134 xmlTextReaderState state;135 xmlParserCtxtPtr ctxt; /* the parser context */136 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */137 xmlParserInputBufferPtr input; /* the input */138 startElementSAXFunc startElement;/* initial SAX callbacks */[all …]