ReactOS 0.4.15-dev-7842-g558ab78
_xmlDoc Struct Reference

#include <tree.h>

Collaboration diagram for _xmlDoc:

Public Attributes

void_private
 
xmlElementType type
 
charname
 
struct _xmlNodechildren
 
struct _xmlNodelast
 
struct _xmlNodeparent
 
struct _xmlNodenext
 
struct _xmlNodeprev
 
struct _xmlDocdoc
 
int compression
 
int standalone
 
struct _xmlDtdintSubset
 
struct _xmlDtdextSubset
 
struct _xmlNsoldNs
 
const xmlCharversion
 
const xmlCharencoding
 
voidids
 
voidrefs
 
const xmlCharURL
 
int charset
 
struct _xmlDictdict
 
voidpsvi
 
int parseFlags
 
int properties
 

Detailed Description

Definition at line 551 of file tree.h.

Member Data Documentation

◆ _private

void* _xmlDoc::_private

Definition at line 552 of file tree.h.

Referenced by xsltReleaseRVT(), and xsltTransformCacheFree().

◆ charset

int _xmlDoc::charset

Definition at line 578 of file tree.h.

Referenced by xmlSAX2EndDocument().

◆ children

◆ compression

int _xmlDoc::compression

Definition at line 563 of file tree.h.

Referenced by xmlParseDocument().

◆ dict

◆ doc

◆ encoding

const xmlChar* _xmlDoc::encoding

Definition at line 574 of file tree.h.

Referenced by xmlParseInNodeContext(), xmlSAX2EndDocument(), and xmlSAX2StartDocument().

◆ extSubset

◆ ids

void* _xmlDoc::ids

Definition at line 575 of file tree.h.

Referenced by xmlAddID(), xmlGetID(), xmlRemoveID(), and xsltReleaseRVT().

◆ intSubset

◆ last

struct _xmlNode* _xmlDoc::last

◆ name

char* _xmlDoc::name

Definition at line 554 of file tree.h.

Referenced by xsltFlagRVTs().

◆ next

◆ oldNs

struct _xmlNs* _xmlDoc::oldNs

Definition at line 572 of file tree.h.

◆ parent

struct _xmlNode* _xmlDoc::parent

Definition at line 557 of file tree.h.

◆ parseFlags

int _xmlDoc::parseFlags

Definition at line 582 of file tree.h.

Referenced by xmlSAX2StartDocument().

◆ prev

struct _xmlNode* _xmlDoc::prev

Definition at line 559 of file tree.h.

Referenced by xsltRegisterLocalRVT(), xsltRegisterPersistRVT(), and xsltRegisterTmpRVT().

◆ properties

◆ psvi

◆ refs

void* _xmlDoc::refs

Definition at line 576 of file tree.h.

Referenced by xmlAddRef(), xmlGetRefs(), and xmlRemoveRef().

◆ standalone

int _xmlDoc::standalone

Definition at line 564 of file tree.h.

Referenced by xmlSAX2GetEntity(), xmlSAX2IsStandalone(), and xmlSAX2StartDocument().

◆ type

xmlElementType _xmlDoc::type

Definition at line 553 of file tree.h.

Referenced by xmlIsID(), xmlIsRef(), and xmlParseInNodeContext().

◆ URL

◆ version

const xmlChar* _xmlDoc::version

Definition at line 573 of file tree.h.

Referenced by xmlParseDocument(), and xmlParseEntityDecl().


The documentation for this struct was generated from the following file: