ReactOS 0.4.16-dev-2232-gc2aaa52
_xmlEntity Struct Reference

#include <entities.h>

Collaboration diagram for _xmlEntity:

Public Attributes

void_private
 
xmlElementType type
 
const xmlCharname
 
struct _xmlNode * children
 
struct _xmlNode * last
 
struct _xmlDtd * parent
 
struct _xmlNode * next
 
struct _xmlNode * prev
 
struct _xmlDoc * doc
 
xmlCharorig
 
xmlCharcontent
 
int length
 
xmlEntityType etype
 
const xmlCharExternalID
 
const xmlCharSystemID
 
struct _xmlEntitynexte
 
const xmlCharURI
 
int owner
 
int flags
 
unsigned long expandedSize
 

Detailed Description

Definition at line 40 of file entities.h.

Member Data Documentation

◆ _private

void* _xmlEntity::_private

Definition at line 41 of file entities.h.

◆ children

struct _xmlNode* _xmlEntity::children

Definition at line 44 of file entities.h.

◆ content

xmlChar* _xmlEntity::content

Definition at line 52 of file entities.h.

◆ doc

struct _xmlDoc* _xmlEntity::doc

Definition at line 49 of file entities.h.

◆ etype

xmlEntityType _xmlEntity::etype

Definition at line 54 of file entities.h.

◆ expandedSize

unsigned long _xmlEntity::expandedSize

Definition at line 62 of file entities.h.

◆ ExternalID

const xmlChar* _xmlEntity::ExternalID

Definition at line 55 of file entities.h.

◆ flags

int _xmlEntity::flags

Definition at line 61 of file entities.h.

◆ last

struct _xmlNode* _xmlEntity::last

Definition at line 45 of file entities.h.

◆ length

int _xmlEntity::length

Definition at line 53 of file entities.h.

◆ name

const xmlChar* _xmlEntity::name

Definition at line 43 of file entities.h.

◆ next

struct _xmlNode* _xmlEntity::next

Definition at line 47 of file entities.h.

◆ nexte

struct _xmlEntity* _xmlEntity::nexte

Definition at line 58 of file entities.h.

◆ orig

xmlChar* _xmlEntity::orig

Definition at line 51 of file entities.h.

◆ owner

int _xmlEntity::owner

Definition at line 60 of file entities.h.

◆ parent

struct _xmlDtd* _xmlEntity::parent

Definition at line 46 of file entities.h.

◆ prev

struct _xmlNode* _xmlEntity::prev

Definition at line 48 of file entities.h.

◆ SystemID

const xmlChar* _xmlEntity::SystemID

Definition at line 56 of file entities.h.

◆ type

xmlElementType _xmlEntity::type

Definition at line 42 of file entities.h.

◆ URI

const xmlChar* _xmlEntity::URI

Definition at line 59 of file entities.h.


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