Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxmlreader.c129 struct _xmlTextReader { struct
130 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 …]
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlreader.c151 struct _xmlTextReader { struct
152 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 …]