Home
last modified time | relevance | path

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

/external/cronet/third_party/libxml/src/include/libxml/
Dtree.h553 struct _xmlDoc { struct
562 struct _xmlDoc *doc; /* autoreference to itself */ argument
565 int compression;/* level of zlib compression */
566 int standalone; /* standalone document (no external refs)
572 struct _xmlDtd *intSubset; /* the document internal subset */
573 struct _xmlDtd *extSubset; /* the document external subset */
574 struct _xmlNs *oldNs; /* Global namespace, the old way */
575 const xmlChar *version; /* the XML version string */
576 const xmlChar *encoding; /* external initial encoding, if any */
577 void *ids; /* Hash table for ID attributes if any */
[all …]
/external/libxml2/include/libxml/
Dtree.h553 struct _xmlDoc { struct
562 struct _xmlDoc *doc; /* autoreference to itself */ argument
565 int compression;/* level of zlib compression */
566 int standalone; /* standalone document (no external refs)
572 struct _xmlDtd *intSubset; /* the document internal subset */
573 struct _xmlDtd *extSubset; /* the document external subset */
574 struct _xmlNs *oldNs; /* Global namespace, the old way */
575 const xmlChar *version; /* the XML version string */
576 const xmlChar *encoding; /* external initial encoding, if any */
577 void *ids; /* Hash table for ID attributes if any */
[all …]