ReactOS 0.4.15-dev-7934-g1dc8d80
_xmlAttr Struct Reference

#include <tree.h>

Collaboration diagram for _xmlAttr:

Public Attributes

void_private
 
xmlElementType type
 
const xmlCharname
 
struct _xmlNodechildren
 
struct _xmlNodelast
 
struct _xmlNodeparent
 
struct _xmlAttrnext
 
struct _xmlAttrprev
 
struct _xmlDocdoc
 
xmlNsns
 
xmlAttributeType atype
 
voidpsvi
 

Detailed Description

Definition at line 434 of file tree.h.

Member Data Documentation

◆ _private

void* _xmlAttr::_private

Definition at line 435 of file tree.h.

◆ atype

xmlAttributeType _xmlAttr::atype

Definition at line 445 of file tree.h.

◆ children

struct _xmlNode* _xmlAttr::children

Definition at line 438 of file tree.h.

Referenced by xsltGetCNsProp(), and xsltGetNsProp().

◆ doc

struct _xmlDoc* _xmlAttr::doc

Definition at line 443 of file tree.h.

◆ last

struct _xmlNode* _xmlAttr::last

Definition at line 439 of file tree.h.

◆ name

const xmlChar* _xmlAttr::name

Definition at line 437 of file tree.h.

Referenced by xsltGetCNsProp(), and xsltGetNsProp().

◆ next

struct _xmlAttr* _xmlAttr::next

Definition at line 441 of file tree.h.

Referenced by xmlSAX2AttributeNs(), xsltGetCNsProp(), and xsltGetNsProp().

◆ ns

xmlNs* _xmlAttr::ns

Definition at line 444 of file tree.h.

Referenced by xsltGetCNsProp(), and xsltGetNsProp().

◆ parent

struct _xmlNode* _xmlAttr::parent

Definition at line 440 of file tree.h.

◆ prev

struct _xmlAttr* _xmlAttr::prev

Definition at line 442 of file tree.h.

◆ psvi

void* _xmlAttr::psvi

Definition at line 446 of file tree.h.

◆ type

xmlElementType _xmlAttr::type

Definition at line 436 of file tree.h.


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