Main Page |
Namespaces |
Classes |
Compounds |
Files |
Compound Members |
Related
Utils::AttributeNode Class ReferenceUsed to represent XML Attributes.
More...
#include <Utils.h>
Inheritance diagram for Utils::AttributeNode:
List of all members.
|
Public Methods |
| AttributeNode () |
| Constructor.
|
| AttributeNode (string name, string data) |
| Init node with text = s.
|
| ~AttributeNode () |
| Destructor.
|
string | printString () |
| Debug info : name , pointer, path.
|
string | getXML (int indent) |
| Used when constructing a XML text representation.
|
string | pathName () |
| Used in path() to print path.
|
Public Attributes |
string | attributeName |
| The name of the attribute (IE: <TagName AttributeName="AttributeData"> ).
|
string | attributeData |
| The value of the attribute (IE: <TagName AttributeName="AttributeData"> ).
|
Detailed Description
Used to represent XML Attributes.
Definition at line 193 of file Utils.h. The documentation for this class was generated from the following files:
Syntopia Project. Visit the web page,
or the SourceForge page.
Docs made by Doxygen.
Email: Mikael Christensen
|