ReactOS 0.4.15-dev-7958-gcd0bb1a
_xmlElement Struct Reference

#include <tree.h>

Collaboration diagram for _xmlElement:

Public Attributes

void_private
 
xmlElementType type
 
const xmlCharname
 
struct _xmlNodechildren
 
struct _xmlNodelast
 
struct _xmlDtdparent
 
struct _xmlNodenext
 
struct _xmlNodeprev
 
struct _xmlDocdoc
 
xmlElementTypeVal etype
 
xmlElementContentPtr content
 
xmlAttributePtr attributes
 
const xmlCharprefix
 
voidcontModel
 

Detailed Description

Definition at line 346 of file tree.h.

Member Data Documentation

◆ _private

void* _xmlElement::_private

Definition at line 347 of file tree.h.

◆ attributes

xmlAttributePtr _xmlElement::attributes

Definition at line 359 of file tree.h.

Referenced by xmlAddAttributeDecl().

◆ children

struct _xmlNode* _xmlElement::children

Definition at line 350 of file tree.h.

◆ content

xmlElementContentPtr _xmlElement::content

Definition at line 358 of file tree.h.

◆ contModel

void* _xmlElement::contModel

Definition at line 364 of file tree.h.

◆ doc

struct _xmlDoc* _xmlElement::doc

Definition at line 355 of file tree.h.

◆ etype

xmlElementTypeVal _xmlElement::etype

Definition at line 357 of file tree.h.

Referenced by xmlIsMixedElement().

◆ last

struct _xmlNode* _xmlElement::last

Definition at line 351 of file tree.h.

◆ name

const xmlChar* _xmlElement::name

Definition at line 349 of file tree.h.

◆ next

struct _xmlNode* _xmlElement::next

Definition at line 353 of file tree.h.

◆ parent

struct _xmlDtd* _xmlElement::parent

Definition at line 352 of file tree.h.

◆ prefix

const xmlChar* _xmlElement::prefix

Definition at line 360 of file tree.h.

◆ prev

struct _xmlNode* _xmlElement::prev

Definition at line 354 of file tree.h.

◆ type

xmlElementType _xmlElement::type

Definition at line 348 of file tree.h.


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