xmlParser  2.44
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Attributes | List of all members
XMLNodeContents Struct Reference

This structure is given by the function XMLNode::enumContents. More...

#include <xmlParser.h>

Public Attributes

enum XMLElementType etype
 This dictates what's the content of the XMLNodeContent. More...
 
XMLNode child
 
XMLAttribute attrib
 
XMLCSTR text
 
XMLClear clear
 

Detailed Description

This structure is given by the function XMLNode::enumContents.

Definition at line 600 of file xmlParser.h.

Member Data Documentation

XMLAttribute XMLNodeContents::attrib

Definition at line 606 of file xmlParser.h.

XMLNode XMLNodeContents::child

Definition at line 605 of file xmlParser.h.

XMLClear XMLNodeContents::clear

Definition at line 608 of file xmlParser.h.

enum XMLElementType XMLNodeContents::etype

This dictates what's the content of the XMLNodeContent.

should be an union to access the appropriate data. Compiler does not allow union of object with constructor... too bad.

Definition at line 603 of file xmlParser.h.

XMLCSTR XMLNodeContents::text

Definition at line 607 of file xmlParser.h.


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