ReactOS 0.4.16-dev-2232-gc2aaa52
_xmlParserNodeInfo Struct Reference

#include <parser.h>

Collaboration diagram for _xmlParserNodeInfo:

Public Attributes

const struct _xmlNode * node
 
unsigned long begin_pos
 
unsigned long begin_line
 
unsigned long end_pos
 
unsigned long end_line
 

Detailed Description

Definition at line 92 of file parser.h.

Member Data Documentation

◆ begin_line

unsigned long _xmlParserNodeInfo::begin_line

Definition at line 96 of file parser.h.

Referenced by xmlParseElementStart().

◆ begin_pos

unsigned long _xmlParserNodeInfo::begin_pos

Definition at line 95 of file parser.h.

Referenced by xmlParseElementStart().

◆ end_line

unsigned long _xmlParserNodeInfo::end_line

Definition at line 98 of file parser.h.

Referenced by xmlParseElementEnd(), and xmlParseElementStart().

◆ end_pos

unsigned long _xmlParserNodeInfo::end_pos

Definition at line 97 of file parser.h.

Referenced by xmlParseElementEnd(), and xmlParseElementStart().

◆ node

const struct _xmlNode* _xmlParserNodeInfo::node

Definition at line 93 of file parser.h.

Referenced by xmlParseElementStart(), and xmlParserFindNodeInfoIndex().


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