, including all inherited members.
attribute_begin() | Element | |
attribute_end() const | Element | |
clear() | Node | |
Element() | Element | [inline] |
Element(const String &tagWord, const String &value="") | Element | [explicit] |
Element(const String &tagWord, const T &value) | Element | [inline] |
element_begin(const String &tag="") | Element | |
element_end() const | Element | |
eraseNode(const node_iterator &deleteThis) | Element | |
getAllAttributes() | Element | [inline] |
getAllElements(const String &tag="") | Element | [inline] |
getAllNodes(NodeType allowed=AnyNodes) | Element | [inline] |
getAs(const Node &node) | Element | [static] |
getAs(Node &node) | Element | [static] |
getElementTag() const | Element | |
getNodeText() const | Node | |
getNodeType() const | Node | |
getNodeTypeAsString() const | Node | |
getOptionalAttribute(const String &name) | Element | |
getOptionalAttributeValue(const String &name, const String &def="") const | Element | [inline] |
getOptionalAttributeValueAs(const String &name, const T &def) const | Element | [inline] |
getOptionalElement(const String &tag) | Element | |
getOptionalElementValue(const String &tag, const String &def="") const | Element | [inline] |
getOptionalElementValueAs(const String &tag, const T &def) const | Element | [inline] |
getParentElement() | Node | |
getRequiredAttribute(const String &name) | Element | |
getRequiredAttributeValue(const String &name) const | Element | [inline] |
getRequiredAttributeValueAs(const String &name) const | Element | [inline] |
getRequiredElement(const String &tag) | Element | |
getRequiredElementValue(const String &tag) const | Element | [inline] |
getRequiredElementValueAs(const String &tag) const | Element | [inline] |
getValue() const | Element | |
getValueAs() const | Element | [inline] |
getValueAs(T &out) const | Element | [inline] |
hasAttribute(const String &name) const | Element | |
hasElement(const String &tag) const | Element | |
hasNode(NodeType allowed=AnyNodes) const | Element | |
hasParentElement() const | Node | |
insertNodeAfter(const node_iterator &pos, Node node) | Element | |
insertNodeBefore(const node_iterator &pos, Node node) | Element | |
isA(const Node &) | Element | [static] |
isOrphan() const | Node | |
isTopLevelNode() const | Node | |
isValid() const | Node | [inline] |
isValueElement() const | Element | |
Node() | Node | [inline] |
Node(const Node &src) | Node | [inline] |
node_begin(NodeType allowed=AnyNodes) | Element | |
node_end() const | Element | |
operator!=(const Node &other) const | Node | [inline] |
operator=(const Node &src) | Node | [inline] |
operator==(const Node &other) const | Node | [inline] |
removeAttribute(const String &name) | Element | |
setAttributeValue(const String &name, const String &value) | Element | |
setElementTag(const String &tag) | Element | |
setValue(const String &value) | Element | |
setValueAs(const T &value) | Element | [inline] |
updValue() | Element | |
writeToString(String &out, bool compact=false) const | Node | |
Xml::Comment class | Node | [friend] |
Xml::Element class | Node | [friend] |
Xml::element_iterator class | Element | [friend] |
Xml::Impl class | Node | [friend] |
Xml::Node class | Element | [friend] |
Xml::node_iterator class | Node | [friend] |
Xml::Text class | Node | [friend] |
Xml::Unknown class | Node | [friend] |
~Node() | Node | [inline] |