ReactOS 0.4.15-dev-7934-g1dc8d80
_xmlNode Struct Reference

#include <tree.h>

Collaboration diagram for _xmlNode:

Public Attributes

void_private
 
xmlElementType type
 
const xmlCharname
 
struct _xmlNodechildren
 
struct _xmlNodelast
 
struct _xmlNodeparent
 
struct _xmlNodenext
 
struct _xmlNodeprev
 
struct _xmlDocdoc
 
xmlNsns
 
xmlCharcontent
 
struct _xmlAttrproperties
 
xmlNsnsDef
 
voidpsvi
 
unsigned short line
 
unsigned short extra
 

Detailed Description

Definition at line 489 of file tree.h.

Member Data Documentation

◆ _private

void* _xmlNode::_private

Definition at line 490 of file tree.h.

Referenced by xmlParseReference().

◆ children

◆ content

◆ doc

◆ extra

unsigned short _xmlNode::extra

Definition at line 507 of file tree.h.

Referenced by xmlParseReference().

◆ last

struct _xmlNode* _xmlNode::last

Definition at line 494 of file tree.h.

Referenced by xmlSAX2Text().

◆ line

unsigned short _xmlNode::line

Definition at line 506 of file tree.h.

◆ name

◆ next

◆ ns

◆ nsDef

xmlNs* _xmlNode::nsDef

Definition at line 504 of file tree.h.

◆ parent

◆ prev

struct _xmlNode* _xmlNode::prev

Definition at line 497 of file tree.h.

Referenced by xmlXPathCmpNodesExt(), and xsltTestPredicateMatch().

◆ properties

struct _xmlAttr* _xmlNode::properties

Definition at line 503 of file tree.h.

Referenced by xmlSAX2AttributeNs(), and xmlSAX2Text().

◆ psvi

◆ type


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