Home
last modified time | relevance | path

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

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