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