Lines Matching defs:_xmlDoc
562 struct _xmlDoc { struct
571 struct _xmlDoc *doc; /* autoreference to itself */ argument
574 int compression;/* level of zlib compression */
575 int standalone; /* standalone document (no external refs)
581 struct _xmlDtd *intSubset; /* the document internal subset */
582 struct _xmlDtd *extSubset; /* the document external subset */
583 struct _xmlNs *oldNs; /* Global namespace, the old way */
584 const xmlChar *version; /* the XML version string */
585 const xmlChar *encoding; /* actual encoding, if any */
586 void *ids; /* Hash table for ID attributes if any */
587 void *refs; /* Hash table for IDREFs attributes if any */
588 const xmlChar *URL; /* The URI for that document */
589 int charset; /* unused */
590 struct _xmlDict *dict; /* dict used to allocate names or NULL */
591 void *psvi; /* for type/PSVI information */
592 int parseFlags; /* set of xmlParserOption used to parse the
594 int properties; /* set of xmlDocProperties for this document