Home
last modified time | relevance | path

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

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