Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlreader.c128 struct _xmlTextReader { struct
129 int mode; /* the parsing mode */
130 xmlDocPtr doc; /* when walking an existing doc */
131 xmlTextReaderValidate validate;/* is there any validation */
132 int allocs; /* what structure were deallocated */
133 xmlTextReaderState state;
134 xmlParserCtxtPtr ctxt; /* the parser context */
135 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */
136 xmlParserInputBufferPtr input; /* the input */
137 startElementSAXFunc startElement;/* initial SAX callbacks */
[all …]
/external/cronet/third_party/libxml/src/
Dxmlreader.c128 struct _xmlTextReader { struct
129 int mode; /* the parsing mode */
130 xmlDocPtr doc; /* when walking an existing doc */
131 xmlTextReaderValidate validate;/* is there any validation */
132 int allocs; /* what structure were deallocated */
133 xmlTextReaderState state;
134 xmlParserCtxtPtr ctxt; /* the parser context */
135 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */
136 xmlParserInputBufferPtr input; /* the input */
137 startElementSAXFunc startElement;/* initial SAX callbacks */
[all …]