Searched defs:_xmlDoc (Results 1 – 2 of 2) sorted by relevance
513 struct _xmlDoc { struct522 struct _xmlDoc *doc; /* autoreference to itself */ argument525 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 …]
512 struct _xmlDoc { struct521 struct _xmlDoc *doc; /* autoreference to itself */ argument524 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 …]