Searched defs:_xmlTextReader (Results 1 – 2 of 2) sorted by relevance
94 struct _xmlTextReader { struct95 int mode; /* the parsing mode */96 xmlDocPtr doc; /* when walking an existing doc */97 xmlTextReaderValidate validate;/* is there any validation */98 int allocs; /* what structure were deallocated */99 xmlTextReaderState state;100 xmlParserCtxtPtr ctxt; /* the parser context */101 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */102 xmlParserInputBufferPtr input; /* the input */103 startElementSAXFunc startElement;/* initial SAX callbacks */[all …]
119 struct _xmlTextReader { struct120 int mode; /* the parsing mode */121 xmlDocPtr doc; /* when walking an existing doc */122 xmlTextReaderValidate validate;/* is there any validation */123 int allocs; /* what structure were deallocated */124 xmlTextReaderState state;125 xmlParserCtxtPtr ctxt; /* the parser context */126 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */127 xmlParserInputBufferPtr input; /* the input */128 startElementSAXFunc startElement;/* initial SAX callbacks */[all …]