Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/libxml/src/
Dxmlreader.c94 struct _xmlTextReader { struct
95 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 …]
/external/cronet/stable/third_party/libxml/src/
Dxmlreader.c94 struct _xmlTextReader { struct
95 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 …]
/external/libxml2/
Dxmlreader.c95 struct _xmlTextReader { struct
96 int mode; /* the parsing mode */
97 xmlDocPtr doc; /* when walking an existing doc */
98 xmlTextReaderValidate validate;/* is there any validation */
99 int allocs; /* what structure were deallocated */
100 xmlTextReaderState state;
101 xmlParserCtxtPtr ctxt; /* the parser context */
102 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */
103 xmlParserInputBufferPtr input; /* the input */
104 startElementSAXFunc startElement;/* initial SAX callbacks */
[all …]