logo
Main Page | Namespaces | Classes | Compounds | Files | Compound Members | Related

Utils::TagNode Class Reference

Used to represent a tag node (I.E.: <html> ) . More...

#include <Utils.h>

Inheritance diagram for Utils::TagNode:

Utils::XMLNode List of all members.

Public Methods

 TagNode ()
 Constructor.

 TagNode (std::string s)
 Init node with the tagName s.

 ~TagNode ()
 Destructor.

string printString ()
 Debug info : name , pointer, path.

std::string getXML (int indent)
 Used when constructing a XML text representation.

string pathName ()
 Used in path() to print path.

string getAttribute (string Attr)
 Returns attribute.


Public Attributes

std::string tagName
 If the node is a <tag> this is the name;.


Detailed Description

Used to represent a tag node (I.E.: <html> ) .

Definition at line 145 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