Searched defs:_xmlDoc (Results 1 – 2 of 2) sorted by relevance
550 struct _xmlDoc { struct559 struct _xmlDoc *doc; /* autoreference to itself */ argument562 int compression;/* level of zlib compression */563 int standalone; /* standalone document (no external refs)569 struct _xmlDtd *intSubset; /* the document internal subset */570 struct _xmlDtd *extSubset; /* the document external subset */571 struct _xmlNs *oldNs; /* Global namespace, the old way */572 const xmlChar *version; /* the XML version string */573 const xmlChar *encoding; /* external initial encoding, if any */574 void *ids; /* Hash table for ID attributes if any */[all …]
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 …]