decompiler  1.0.0
Document Member List

This is the complete list of members for Document, 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
childrenElementprotected
Document(void)Documentinline
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
getRoot(void) const Documentinline
parentElementprotected
setName(const string &nm)Elementinline
~Element(void)Element