accumulate(XMLAccumulator &acc) const | judo::Element | [virtual] |
addCDATA(const char *data, int datasz, bool escaped=false) | judo::Element | |
addElement(const std::string &name, const char **attribs=NULL) | judo::Element | |
addElement(const std::string &name, const std::string &cdata, bool escaped=false) | judo::Element | |
appendChild(Node *child) | judo::Element | [inline] |
begin() | judo::Element | [inline] |
begin() const | judo::Element | [inline] |
cmpAttrib(const std::string &name, const std::string &value) const | judo::Element | |
delAttrib(const std::string &name) | judo::Element | |
detachChild(iterator it) | judo::Element | |
Element(const std::string &name, const char **attribs=NULL) | judo::Element | |
Element::erase(Element::iterator it) | judo::Element | [inline] |
empty() const | judo::Element | [inline] |
end() | judo::Element | [inline] |
end() const | judo::Element | [inline] |
eraseElement(const std::string &name) | judo::Element | |
find(const std::string &name, Node::Type type=Node::ntElement) | judo::Element | |
find(const std::string &name, Node::Type type=Node::ntElement) const | judo::Element | |
findElement(const std::string &name) | judo::Element | |
findElement(const std::string &name) const | judo::Element | |
getAttrib(const std::string &name) const | judo::Element | |
getCDATA() const | judo::Element | |
getChildCData(const std::string &name) const | judo::Element | |
getChildCDataAsInt(const std::string &name, int defaultvalue) const | judo::Element | |
getName() const | judo::Node | [inline] |
getType() const | judo::Node | [inline] |
Node(const std::string &name, Type ntype) | judo::Node | [inline] |
putAttrib(const std::string &name, const std::string &value) | judo::Element | |
size() const | judo::Element | [inline] |
toString() const | judo::Element | [virtual] |
toStringEx(bool recursive=false, bool closetag=false) const | judo::Element | |