Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/include/libxml/
H A Dparser.h212 struct _xmlParserCtxt { struct
214 struct _xmlSAXHandler *sax;
216 void *userData;
218 xmlDocPtr myDoc;
220 int wellFormed;
222 int replaceEntities XML_DEPRECATED_MEMBER;
224 const xmlChar *version;
226 const xmlChar *encoding;
228 int standalone;
234 int html;
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libxml2/include/libxml/
Dparser.h181 struct _xmlParserCtxt { struct
182 struct _xmlSAXHandler *sax; /* The SAX handler */
183 void *userData; /* For SAX interface only, used by DOM build */
184 xmlDocPtr myDoc; /* the document being built */
185 int wellFormed; /* is the document well formed */
186 int replaceEntities; /* shall we replace entities ? */
187 const xmlChar *version; /* the XML version string */
188 const xmlChar *encoding; /* the declared encoding, if any */
189 int standalone; /* standalone document */
190 int html; /* an HTML(1) document
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libxml2/include/libxml/
Dparser.h181 struct _xmlParserCtxt { struct
182 struct _xmlSAXHandler *sax; /* The SAX handler */
183 void *userData; /* For SAX interface only, used by DOM build */
184 xmlDocPtr myDoc; /* the document being built */
185 int wellFormed; /* is the document well formed */
186 int replaceEntities; /* shall we replace entities ? */
187 const xmlChar *version; /* the XML version string */
188 const xmlChar *encoding; /* the declared encoding, if any */
189 int standalone; /* standalone document */
190 int html; /* an HTML(1) document
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libxml2/include/libxml/
Dparser.h181 struct _xmlParserCtxt { struct
182 struct _xmlSAXHandler *sax; /* The SAX handler */
183 void *userData; /* For SAX interface only, used by DOM build */
184 xmlDocPtr myDoc; /* the document being built */
185 int wellFormed; /* is the document well formed */
186 int replaceEntities; /* shall we replace entities ? */
187 const xmlChar *version; /* the XML version string */
188 const xmlChar *encoding; /* the declared encoding, if any */
189 int standalone; /* standalone document */
190 int html; /* an HTML(1) document
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libxml2/include/libxml/
Dparser.h181 struct _xmlParserCtxt { struct
182 struct _xmlSAXHandler *sax; /* The SAX handler */
183 void *userData; /* For SAX interface only, used by DOM build */
184 xmlDocPtr myDoc; /* the document being built */
185 int wellFormed; /* is the document well formed */
186 int replaceEntities; /* shall we replace entities ? */
187 const xmlChar *version; /* the XML version string */
188 const xmlChar *encoding; /* the declared encoding, if any */
189 int standalone; /* standalone document */
190 int html; /* an HTML(1) document
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/src/include/libxml/
H A Dparser.h174 struct _xmlParserCtxt { struct
175 struct _xmlSAXHandler *sax; /* The SAX handler */
176 void *userData; /* For SAX interface only, used by DOM build */
177 xmlDocPtr myDoc; /* the document being built */
178 int wellFormed; /* is the document well formed */
179 int replaceEntities; /* shall we replace entities ? */
180 const xmlChar *version; /* the XML version string */
181 const xmlChar *encoding; /* the declared encoding, if any */
182 int standalone; /* standalone document */
183 int html; /* an HTML(1) document
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libxml2/include/libxml/
Dparser.h184 struct _xmlParserCtxt { struct
185 struct _xmlSAXHandler *sax; /* The SAX handler */
186 void *userData; /* For SAX interface only, used by DOM build */
187 xmlDocPtr myDoc; /* the document being built */
188 int wellFormed; /* is the document well formed */
189 int replaceEntities; /* shall we replace entities ? */
190 const xmlChar *version; /* the XML version string */
191 const xmlChar *encoding; /* the declared encoding, if any */
192 int standalone; /* standalone document */
193 int html; /* an HTML(1)/Docbook(2) document
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libxml2/include/libxml/
Dparser.h186 struct _xmlParserCtxt { struct
187 struct _xmlSAXHandler *sax; /* The SAX handler */
188 void *userData; /* For SAX interface only, used by DOM build */
189 xmlDocPtr myDoc; /* the document being built */
190 int wellFormed; /* is the document well formed */
191 int replaceEntities; /* shall we replace entities ? */
192 const xmlChar *version; /* the XML version string */
193 const xmlChar *encoding; /* the declared encoding, if any */
194 int standalone; /* standalone document */
195 int html; /* an HTML(1)/Docbook(2) document
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libxml2/include/libxml/
Dparser.h186 struct _xmlParserCtxt { struct
187 struct _xmlSAXHandler *sax; /* The SAX handler */
188 void *userData; /* For SAX interface only, used by DOM build */
189 xmlDocPtr myDoc; /* the document being built */
190 int wellFormed; /* is the document well formed */
191 int replaceEntities; /* shall we replace entities ? */
192 const xmlChar *version; /* the XML version string */
193 const xmlChar *encoding; /* the declared encoding, if any */
194 int standalone; /* standalone document */
195 int html; /* an HTML(1)/Docbook(2) document
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libxml2/include/libxml/
Dparser.h186 struct _xmlParserCtxt { struct
187 struct _xmlSAXHandler *sax; /* The SAX handler */
188 void *userData; /* For SAX interface only, used by DOM build */
189 xmlDocPtr myDoc; /* the document being built */
190 int wellFormed; /* is the document well formed */
191 int replaceEntities; /* shall we replace entities ? */
192 const xmlChar *version; /* the XML version string */
193 const xmlChar *encoding; /* the declared encoding, if any */
194 int standalone; /* standalone document */
195 int html; /* an HTML(1)/Docbook(2) document
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libxml2/include/libxml/
Dparser.h186 struct _xmlParserCtxt { struct
187 struct _xmlSAXHandler *sax; /* The SAX handler */
188 void *userData; /* For SAX interface only, used by DOM build */
189 xmlDocPtr myDoc; /* the document being built */
190 int wellFormed; /* is the document well formed */
191 int replaceEntities; /* shall we replace entities ? */
192 const xmlChar *version; /* the XML version string */
193 const xmlChar *encoding; /* the declared encoding, if any */
194 int standalone; /* standalone document */
195 int html; /* an HTML(1)/Docbook(2) document
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libxml2/include/libxml/
Dparser.h186 struct _xmlParserCtxt { struct
187 struct _xmlSAXHandler *sax; /* The SAX handler */
188 void *userData; /* For SAX interface only, used by DOM build */
189 xmlDocPtr myDoc; /* the document being built */
190 int wellFormed; /* is the document well formed */
191 int replaceEntities; /* shall we replace entities ? */
192 const xmlChar *version; /* the XML version string */
193 const xmlChar *encoding; /* the declared encoding, if any */
194 int standalone; /* standalone document */
195 int html; /* an HTML(1)/Docbook(2) document
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libxml2/include/libxml/
Dparser.h186 struct _xmlParserCtxt { struct
187 struct _xmlSAXHandler *sax; /* The SAX handler */
188 void *userData; /* For SAX interface only, used by DOM build */
189 xmlDocPtr myDoc; /* the document being built */
190 int wellFormed; /* is the document well formed */
191 int replaceEntities; /* shall we replace entities ? */
192 const xmlChar *version; /* the XML version string */
193 const xmlChar *encoding; /* the declared encoding, if any */
194 int standalone; /* standalone document */
195 int html; /* an HTML(1)/Docbook(2) document
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libxml2/include/libxml/
Dparser.h186 struct _xmlParserCtxt { struct
187 struct _xmlSAXHandler *sax; /* The SAX handler */
188 void *userData; /* For SAX interface only, used by DOM build */
189 xmlDocPtr myDoc; /* the document being built */
190 int wellFormed; /* is the document well formed */
191 int replaceEntities; /* shall we replace entities ? */
192 const xmlChar *version; /* the XML version string */
193 const xmlChar *encoding; /* the declared encoding, if any */
194 int standalone; /* standalone document */
195 int html; /* an HTML(1)/Docbook(2) document
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libxml2/include/libxml/
Dparser.h186 struct _xmlParserCtxt { struct
187 struct _xmlSAXHandler *sax; /* The SAX handler */
188 void *userData; /* For SAX interface only, used by DOM build */
189 xmlDocPtr myDoc; /* the document being built */
190 int wellFormed; /* is the document well formed */
191 int replaceEntities; /* shall we replace entities ? */
192 const xmlChar *version; /* the XML version string */
193 const xmlChar *encoding; /* the declared encoding, if any */
194 int standalone; /* standalone document */
195 int html; /* an HTML(1)/Docbook(2) document
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libxml2/include/libxml/
Dparser.h186 struct _xmlParserCtxt { struct
187 struct _xmlSAXHandler *sax; /* The SAX handler */
188 void *userData; /* For SAX interface only, used by DOM build */
189 xmlDocPtr myDoc; /* the document being built */
190 int wellFormed; /* is the document well formed */
191 int replaceEntities; /* shall we replace entities ? */
192 const xmlChar *version; /* the XML version string */
193 const xmlChar *encoding; /* the declared encoding, if any */
194 int standalone; /* standalone document */
195 int html; /* an HTML(1)/Docbook(2) document
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libxml2/include/libxml/
Dparser.h186 struct _xmlParserCtxt { struct
187 struct _xmlSAXHandler *sax; /* The SAX handler */
188 void *userData; /* For SAX interface only, used by DOM build */
189 xmlDocPtr myDoc; /* the document being built */
190 int wellFormed; /* is the document well formed */
191 int replaceEntities; /* shall we replace entities ? */
192 const xmlChar *version; /* the XML version string */
193 const xmlChar *encoding; /* the declared encoding, if any */
194 int standalone; /* standalone document */
195 int html; /* an HTML(1)/Docbook(2) document
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libxml2/include/libxml/
Dparser.h184 struct _xmlParserCtxt { struct
185 struct _xmlSAXHandler *sax; /* The SAX handler */
186 void *userData; /* For SAX interface only, used by DOM build */
187 xmlDocPtr myDoc; /* the document being built */
188 int wellFormed; /* is the document well formed */
189 int replaceEntities; /* shall we replace entities ? */
190 const xmlChar *version; /* the XML version string */
191 const xmlChar *encoding; /* the declared encoding, if any */
192 int standalone; /* standalone document */
193 int html; /* an HTML(1)/Docbook(2) document
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libxml2/include/libxml/
Dparser.h186 struct _xmlParserCtxt { struct
187 struct _xmlSAXHandler *sax; /* The SAX handler */
188 void *userData; /* For SAX interface only, used by DOM build */
189 xmlDocPtr myDoc; /* the document being built */
190 int wellFormed; /* is the document well formed */
191 int replaceEntities; /* shall we replace entities ? */
192 const xmlChar *version; /* the XML version string */
193 const xmlChar *encoding; /* the declared encoding, if any */
194 int standalone; /* standalone document */
195 int html; /* an HTML(1)/Docbook(2) document
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libxml2/include/libxml/
Dparser.h184 struct _xmlParserCtxt { struct
185 struct _xmlSAXHandler *sax; /* The SAX handler */
186 void *userData; /* For SAX interface only, used by DOM build */
187 xmlDocPtr myDoc; /* the document being built */
188 int wellFormed; /* is the document well formed */
189 int replaceEntities; /* shall we replace entities ? */
190 const xmlChar *version; /* the XML version string */
191 const xmlChar *encoding; /* the declared encoding, if any */
192 int standalone; /* standalone document */
193 int html; /* an HTML(1)/Docbook(2) document
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libxml2/include/libxml/
Dparser.h186 struct _xmlParserCtxt { struct
187 struct _xmlSAXHandler *sax; /* The SAX handler */
188 void *userData; /* For SAX interface only, used by DOM build */
189 xmlDocPtr myDoc; /* the document being built */
190 int wellFormed; /* is the document well formed */
191 int replaceEntities; /* shall we replace entities ? */
192 const xmlChar *version; /* the XML version string */
193 const xmlChar *encoding; /* the declared encoding, if any */
194 int standalone; /* standalone document */
195 int html; /* an HTML(1)/Docbook(2) document
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libxml2/include/libxml/
Dparser.h184 struct _xmlParserCtxt { struct
185 struct _xmlSAXHandler *sax; /* The SAX handler */
186 void *userData; /* For SAX interface only, used by DOM build */
187 xmlDocPtr myDoc; /* the document being built */
188 int wellFormed; /* is the document well formed */
189 int replaceEntities; /* shall we replace entities ? */
190 const xmlChar *version; /* the XML version string */
191 const xmlChar *encoding; /* the declared encoding, if any */
192 int standalone; /* standalone document */
193 int html; /* an HTML(1)/Docbook(2) document
[all …]