Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h513 struct _xmlDoc { struct
522 struct _xmlDoc *doc; /* autoreference to itself */ argument
525 int compression;/* level of zlib compression */
526 int standalone; /* standalone document (no external refs)
532 struct _xmlDtd *intSubset; /* the document internal subset */
533 struct _xmlDtd *extSubset; /* the document external subset */
534 struct _xmlNs *oldNs; /* Global namespace, the old way */
535 const xmlChar *version; /* the XML version string */
536 const xmlChar *encoding; /* external initial encoding, if any */
537 void *ids; /* Hash table for ID attributes if any */
[all …]
/external/libxml2/include/libxml/
Dtree.h512 struct _xmlDoc { struct
521 struct _xmlDoc *doc; /* autoreference to itself */ argument
524 int compression;/* level of zlib compression */
525 int standalone; /* standalone document (no external refs)
531 struct _xmlDtd *intSubset; /* the document internal subset */
532 struct _xmlDtd *extSubset; /* the document external subset */
533 struct _xmlNs *oldNs; /* Global namespace, the old way */
534 const xmlChar *version; /* the XML version string */
535 const xmlChar *encoding; /* external initial encoding, if any */
536 void *ids; /* Hash table for ID attributes if any */
[all …]