Searched defs:_xmlTextReader (Results 1 – 2 of 2) 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 …]
151 struct _xmlTextReader { struct152 int mode; /* the parsing mode */153 xmlDocPtr doc; /* when walking an existing doc */154 xmlTextReaderValidate validate;/* is there any validation */155 int allocs; /* what structure were deallocated */156 xmlTextReaderState state;157 xmlParserCtxtPtr ctxt; /* the parser context */158 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */159 xmlParserInputBufferPtr input; /* the input */160 startElementSAXFunc startElement;/* initial SAX callbacks */[all …]