ReactOS 0.4.15-dev-8434-g155a7c7
_xmlID Struct Reference

#include <tree.h>

Collaboration diagram for _xmlID:

Public Attributes

struct _xmlIDnext
 
const xmlCharvalue
 
xmlAttrPtr attr
 
const xmlCharname
 
int lineno
 
struct _xmlDocdoc
 

Detailed Description

Definition at line 457 of file tree.h.

Member Data Documentation

◆ attr

xmlAttrPtr _xmlID::attr

Definition at line 460 of file tree.h.

◆ doc

struct _xmlDoc* _xmlID::doc

Definition at line 463 of file tree.h.

◆ lineno

int _xmlID::lineno

Definition at line 462 of file tree.h.

◆ name

const xmlChar* _xmlID::name

Definition at line 461 of file tree.h.

◆ next

struct _xmlID* _xmlID::next

Definition at line 458 of file tree.h.

◆ value

const xmlChar* _xmlID::value

Definition at line 459 of file tree.h.


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