, including all inherited members.
| appendAttribute(xmldomnode *attribute) | xmldomnode | |
| appendAttribute(const char *name, const char *value) | xmldomnode | |
| appendChild(xmldomnode *child) | xmldomnode | |
| appendText(const char *value) | xmldomnode | |
| cascadeOnDelete() | xmldomnode | |
| createNullNode(xmldom *dom) | xmldomnode | [static] |
| deleteAttribute(uint64_t position) | xmldomnode | |
| deleteAttribute(const char *name) | xmldomnode | |
| deleteAttribute(xmldomnode *attribute) | xmldomnode | |
| deleteChild(uint64_t position) | xmldomnode | |
| deleteChild(xmldomnode *child) | xmldomnode | |
| dontCascadeOnDelete() | xmldomnode | |
| getAttribute(const char *name) const | xmldomnode | |
| getAttribute(uint64_t position) const | xmldomnode | |
| getAttributeByPath(const char *path, uint64_t position) const | xmldomnode | |
| getAttributeByPath(const char *path, const char *name) const | xmldomnode | |
| getAttributeCount() const | xmldomnode | |
| getAttributes() const | xmldomnode | |
| getAttributeValue(const char *name) const | xmldomnode | |
| getAttributeValue(uint64_t position) const | xmldomnode | |
| getAttributeValueByPath(const char *path, uint64_t position) const | xmldomnode | |
| getAttributeValueByPath(const char *path, const char *name) const | xmldomnode | |
| getChild(const char *name) const | xmldomnode | |
| getChild(uint64_t position) const | xmldomnode | |
| getChild(const char *name, const char *attributename, const char *attributevalue) const | xmldomnode | |
| getChildByPath(const char *path) const | xmldomnode | |
| getChildCount() const | xmldomnode | |
| getFirstTagChild() const | xmldomnode | |
| getFirstTagChild(const char *name) const | xmldomnode | |
| getFirstTagChild(const char *name, const char *attributename, const char *attributevalue) const | xmldomnode | |
| getName() const | xmldomnode | |
| getNextSibling() const | xmldomnode | |
| getNextTagSibling() const | xmldomnode | |
| getNextTagSibling(const char *name) const | xmldomnode | |
| getNextTagSibling(const char *name, const char *attributename, const char *attributevalue) const | xmldomnode | |
| getNullNode() const | xmldomnode | |
| getParent() const | xmldomnode | |
| getPath() const | xmldomnode | |
| getPosition() const | xmldomnode | |
| getPreviousSibling() const | xmldomnode | |
| getPreviousTagSibling() const | xmldomnode | |
| getPreviousTagSibling(const char *name) const | xmldomnode | |
| getPreviousTagSibling(const char *name, const char *attributename, const char *attributevalue) const | xmldomnode | |
| getTree() const | xmldomnode | |
| getType() const | xmldomnode | |
| getValue() const | xmldomnode | |
| insertAttribute(xmldomnode *attribute, uint64_t position) | xmldomnode | |
| insertAttribute(const char *name, const char *value, uint64_t position) | xmldomnode | |
| insertChild(xmldomnode *child, uint64_t position) | xmldomnode | |
| insertText(const char *value, uint64_t position) | xmldomnode | |
| isNullNode() const | xmldomnode | |
| moveChild(xmldomnode *child, xmldomnode *parent, uint64_t position) | xmldomnode | |
| print(xmldomnode *node) | xmldomnode | [static] |
| setAttributeValue(const char *name, const char *value) | xmldomnode | |
| setAttributeValue(const char *name, int64_t value) | xmldomnode | |
| setAttributeValue(const char *name, uint64_t value) | xmldomnode | |
| setName(const char *name) | xmldomnode | |
| setNextSibling(xmldomnode *next) | xmldomnode | |
| setParent(xmldomnode *parent) | xmldomnode | |
| setPreviousSibling(xmldomnode *previous) | xmldomnode | |
| setType(xmldomnodetype type) | xmldomnode | |
| setValue(const char *value) | xmldomnode | |
| xml() const | xmldomnode | |
| xmldomnode(xmldom *dom, xmldomnode *nullnode) | xmldomnode | |
| xmldomnode(xmldom *dom, xmldomnode *nullnode, xmldomnodetype type, const char *name, const char *value) | xmldomnode | |
| ~xmldomnode() | xmldomnode | |