Mana
|
This is the complete list of members for XML::Node, including all inherited members.
attribute(const char *name, T &value) const | XML::Node | inline |
attribute(const char *name) const | XML::Node | inlineprivate |
children() const | XML::Node | inline |
findFirstChildByName(const char *name) const | XML::Node | inline |
getBoolProperty(const char *name, bool def) const | XML::Node | inline |
getFloatProperty(const char *name, double def) const | XML::Node | inline |
getProperty(const char *name, int def) const | XML::Node | inline |
getProperty(const char *name, const std::string &def) const | XML::Node | inline |
hasAttribute(const char *name) const | XML::Node | inline |
name() const | XML::Node | inline |
node | XML::Node | private |
Node(xmlNodePtr node=nullptr) | XML::Node | inline |
operator bool() const | XML::Node | inline |
textContent() const | XML::Node | inline |