ReactOS 0.4.15-dev-7842-g558ab78
_xmlEntity Struct Reference

#include <entities.h>

Collaboration diagram for _xmlEntity:

Public Attributes

void_private
 
xmlElementType type
 
const xmlCharname
 
struct _xmlNodechildren
 
struct _xmlNodelast
 
struct _xmlDtdparent
 
struct _xmlNodenext
 
struct _xmlNodeprev
 
struct _xmlDocdoc
 
xmlCharorig
 
xmlCharcontent
 
int length
 
xmlEntityType etype
 
const xmlCharExternalID
 
const xmlCharSystemID
 
struct _xmlEntitynexte
 
const xmlCharURI
 
int owner
 
int checked
 

Detailed Description

Definition at line 38 of file entities.h.

Member Data Documentation

◆ _private

void* _xmlEntity::_private

Definition at line 39 of file entities.h.

◆ checked

◆ children

struct _xmlNode* _xmlEntity::children

Definition at line 42 of file entities.h.

Referenced by xmlParseReference().

◆ content

◆ doc

struct _xmlDoc* _xmlEntity::doc

Definition at line 47 of file entities.h.

Referenced by xmlParseReference().

◆ etype

◆ ExternalID

const xmlChar* _xmlEntity::ExternalID

Definition at line 53 of file entities.h.

Referenced by xmlParseReference().

◆ last

struct _xmlNode* _xmlEntity::last

Definition at line 43 of file entities.h.

Referenced by xmlParseReference().

◆ length

int _xmlEntity::length

Definition at line 51 of file entities.h.

Referenced by xmlParseReference().

◆ name

const xmlChar* _xmlEntity::name

◆ next

struct _xmlNode* _xmlEntity::next

Definition at line 45 of file entities.h.

◆ nexte

struct _xmlEntity* _xmlEntity::nexte

Definition at line 56 of file entities.h.

◆ orig

xmlChar* _xmlEntity::orig

Definition at line 49 of file entities.h.

◆ owner

int _xmlEntity::owner

Definition at line 58 of file entities.h.

Referenced by xmlParseAttValueComplex(), and xmlParseReference().

◆ parent

struct _xmlDtd* _xmlEntity::parent

Definition at line 44 of file entities.h.

◆ prev

struct _xmlNode* _xmlEntity::prev

Definition at line 46 of file entities.h.

◆ SystemID

const xmlChar* _xmlEntity::SystemID

Definition at line 54 of file entities.h.

◆ type

xmlElementType _xmlEntity::type

Definition at line 40 of file entities.h.

◆ URI

const xmlChar* _xmlEntity::URI

Definition at line 57 of file entities.h.

Referenced by xmlParseReference(), xmlSAX2EntityDecl(), and xmlSAX2UnparsedEntityDecl().


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