Lines Matching defs:_xmlDoc
553 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 */
578 void *refs; /* Hash table for IDREFs attributes if any */
579 const xmlChar *URL; /* The URI for that document */
580 int charset; /* Internal flag for charset handling,
582 struct _xmlDict *dict; /* dict used to allocate names or NULL */
583 void *psvi; /* for type/PSVI information */
584 int parseFlags; /* set of xmlParserOption used to parse the
586 int properties; /* set of xmlDocProperties for this document