decompiler  1.0.0
Element Member List

This is the complete list of members for Element, including all inherited members.

addAttribute(const string &nm, const string &vl)Elementinline
addChild(Element *child)Elementinline
addContent(const char *str, int4 start, int4 length)Elementinline
attrElementprivate
childrenElementprotected
contentElementprivate
Element(Element *par)Elementinline
getAttributeName(int4 i) const Elementinline
getAttributeValue(const string &nm) const Element
getAttributeValue(int4 i) const Elementinline
getChildren(void) const Elementinline
getContent(void) const Elementinline
getName(void) const Elementinline
getNumAttributes(void) const Elementinline
getParent(void) const Elementinline
nameElementprivate
parentElementprotected
setName(const string &nm)Elementinline
valueElementprivate
~Element(void)Element