|
typedef map< string, string > | AttributeList |
|
typedef map< string, Element > | ElementMap |
|
typedef vector< Element > | ElementList |
|
typedef map< string, string > | AttributeList |
|
|
void | addElement (Element element) |
|
void | removeElement (Element element) |
|
void | updateElement (Element) |
|
void | addAttribute (string key, string value) |
|
void | removeAttribute (string key) |
|
AttributeList | getAttributes () |
|
string | getAttribute (string) |
|
ElementList | getChildElements () |
|
bool | isNull () |
|
string | getTagName () |
|
string | getTagNameSpc () |
|
string | getNewTagNameSpc (string) |
|
string | getNameSpc () |
|
void | setTagName (string tagName) |
|
bool | operator== (Element) |
|
bool | operator== (Element *) |
|
bool | getCdata () const |
|
void | setCdata (bool) |
|
string | getText () const |
|
void | setText (string) |
|
Element | getElementByName (string) |
|
ElementList | getElementsByName (string name) |
|
string | render () |
|
string | renderChildren () |
|
string | generateStartOpenTag (string) |
|
string | generateEndOpenTag () |
|
string | generateCloseTag (string) |
|
string | generateAttributes (AttributeList) |
|
Definition at line 29 of file Element.h.
The documentation for this class was generated from the following files: