Searched defs:_xmlTextReader (Results 1 – 1 of 1) sorted by relevance
122 struct _xmlTextReader { struct123 int mode; /* the parsing mode */124 xmlDocPtr doc; /* when walking an existing doc */125 xmlTextReaderValidate validate;/* is there any validation */126 int allocs; /* what structure were deallocated */127 xmlTextReaderState state;128 xmlParserCtxtPtr ctxt; /* the parser context */129 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */130 xmlParserInputBufferPtr input; /* the input */131 startElementSAXFunc startElement;/* initial SAX callbacks */[all …]