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