decompiler
1.0.0
|
This is the complete list of members for Document, including all inherited members.
addAttribute(const string &nm, const string &vl) | Element | inline |
addChild(Element *child) | Element | inline |
addContent(const char *str, int4 start, int4 length) | Element | inline |
children | Element | protected |
Document(void) | Document | inline |
Element(Element *par) | Element | inline |
getAttributeName(int4 i) const | Element | inline |
getAttributeValue(const string &nm) const | Element | |
getAttributeValue(int4 i) const | Element | inline |
getChildren(void) const | Element | inline |
getContent(void) const | Element | inline |
getName(void) const | Element | inline |
getNumAttributes(void) const | Element | inline |
getParent(void) const | Element | inline |
getRoot(void) const | Document | inline |
parent | Element | protected |
setName(const string &nm) | Element | inline |
~Element(void) | Element |