ReactOS 0.4.15-dev-8434-g155a7c7
_xmlRef Struct Reference

#include <tree.h>

Collaboration diagram for _xmlRef:

Public Attributes

struct _xmlRefnext
 
const xmlCharvalue
 
xmlAttrPtr attr
 
const xmlCharname
 
int lineno
 

Detailed Description

Definition at line 474 of file tree.h.

Member Data Documentation

◆ attr

xmlAttrPtr _xmlRef::attr

Definition at line 477 of file tree.h.

◆ lineno

int _xmlRef::lineno

Definition at line 479 of file tree.h.

◆ name

const xmlChar* _xmlRef::name

Definition at line 478 of file tree.h.

◆ next

struct _xmlRef* _xmlRef::next

Definition at line 475 of file tree.h.

◆ value

const xmlChar* _xmlRef::value

Definition at line 476 of file tree.h.


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