ReactOS 0.4.15-dev-8064-gdaf8068
_xmlAttribute Struct Reference

#include <tree.h>

Collaboration diagram for _xmlAttribute:

Public Attributes

void_private
 
xmlElementType type
 
const xmlCharname
 
struct _xmlNodechildren
 
struct _xmlNodelast
 
struct _xmlDtdparent
 
struct _xmlNodenext
 
struct _xmlNodeprev
 
struct _xmlDocdoc
 
struct _xmlAttributenexth
 
xmlAttributeType atype
 
xmlAttributeDefault def
 
const xmlChardefaultValue
 
xmlEnumerationPtr tree
 
const xmlCharprefix
 
const xmlCharelem
 

Detailed Description

Definition at line 253 of file tree.h.

Member Data Documentation

◆ _private

void* _xmlAttribute::_private

Definition at line 254 of file tree.h.

◆ atype

xmlAttributeType _xmlAttribute::atype

Definition at line 265 of file tree.h.

Referenced by xmlIsID(), and xmlIsRef().

◆ children

struct _xmlNode* _xmlAttribute::children

Definition at line 257 of file tree.h.

◆ def

xmlAttributeDefault _xmlAttribute::def

Definition at line 266 of file tree.h.

◆ defaultValue

const xmlChar* _xmlAttribute::defaultValue

Definition at line 267 of file tree.h.

Referenced by xsltGetCNsProp(), and xsltGetNsProp().

◆ doc

struct _xmlDoc* _xmlAttribute::doc

Definition at line 262 of file tree.h.

◆ elem

const xmlChar* _xmlAttribute::elem

Definition at line 270 of file tree.h.

◆ last

struct _xmlNode* _xmlAttribute::last

Definition at line 258 of file tree.h.

◆ name

const xmlChar* _xmlAttribute::name

Definition at line 256 of file tree.h.

Referenced by xmlAddAttributeDecl().

◆ next

struct _xmlNode* _xmlAttribute::next

Definition at line 260 of file tree.h.

◆ nexth

struct _xmlAttribute* _xmlAttribute::nexth

Definition at line 264 of file tree.h.

Referenced by xmlAddAttributeDecl().

◆ parent

struct _xmlDtd* _xmlAttribute::parent

Definition at line 259 of file tree.h.

◆ prefix

const xmlChar* _xmlAttribute::prefix

Definition at line 269 of file tree.h.

Referenced by xsltGetCNsProp(), and xsltGetNsProp().

◆ prev

struct _xmlNode* _xmlAttribute::prev

Definition at line 261 of file tree.h.

◆ tree

xmlEnumerationPtr _xmlAttribute::tree

Definition at line 268 of file tree.h.

◆ type

xmlElementType _xmlAttribute::type

Definition at line 255 of file tree.h.


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