Home
last modified time | relevance | path

Searched defs:_xmlTextReader (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlreader.c116 struct _xmlTextReader { struct
117 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 …]