Lines Matching defs:_xmlDoc
551 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 */
576 void *refs; /* Hash table for IDREFs attributes if any */
577 const xmlChar *URL; /* The URI for that document */
578 int charset; /* encoding of the in-memory content
580 struct _xmlDict *dict; /* dict used to allocate names or NULL */
581 void *psvi; /* for type/PSVI informations */
582 int parseFlags; /* set of xmlParserOption used to parse the
584 int properties; /* set of xmlDocProperties for this document