#include <PhxXml.h>
Inheritance diagram for Phx::XmlElementNode:

Public Member Functions | |
| XmlElementNode (const String &name) | |
| void | insertChildNode (XmlNode *insertThis) |
| void | removeChildNode (int index) |
| int | getNumberOfChildNodes () |
| XmlNode * | getChildNode (int index) |
| void | setAttribute (const String &newName, const String &newValue) |
| String | getAttribute (const String &name) |
| void | removeAttribute (const String &name) |
| String | printAttribute () |
| With leading " " befor first attribute if no attribute "" is returned. | |
| bool | hasChild () |
| bool | hasAttribute () |
| String | getName () |
|
|
|
1.4.2