LLDB mainline
lldb_private::XMLNode Member List

This is the complete list of members for lldb_private::XMLNode, including all inherited members.

Clear()lldb_private::XMLNode
FindFirstChildElementWithName(const char *name) constlldb_private::XMLNode
ForEachAttribute(AttributeCallback const &callback) constlldb_private::XMLNode
ForEachChildElement(NodeCallback const &callback) constlldb_private::XMLNode
ForEachChildElementWithName(const char *name, NodeCallback const &callback) constlldb_private::XMLNode
ForEachChildNode(NodeCallback const &callback) constlldb_private::XMLNode
ForEachSiblingElement(NodeCallback const &callback) constlldb_private::XMLNode
ForEachSiblingElementWithName(const char *name, NodeCallback const &callback) constlldb_private::XMLNode
ForEachSiblingNode(NodeCallback const &callback) constlldb_private::XMLNode
GetAttributeValue(const char *name, const char *fail_value=nullptr) constlldb_private::XMLNode
GetAttributeValueAsUnsigned(const char *name, uint64_t &value, uint64_t fail_value=0, int base=0) constlldb_private::XMLNode
GetChild() constlldb_private::XMLNode
GetElementForPath(const NamePath &path)lldb_private::XMLNode
GetElementText(std::string &text) constlldb_private::XMLNode
GetElementTextAsFloat(double &value, double fail_value=0.0) constlldb_private::XMLNode
GetElementTextAsUnsigned(uint64_t &value, uint64_t fail_value=0, int base=0) constlldb_private::XMLNode
GetName() constlldb_private::XMLNode
GetParent() constlldb_private::XMLNode
GetSibling() constlldb_private::XMLNode
IsElement() constlldb_private::XMLNode
IsValid() constlldb_private::XMLNode
m_nodelldb_private::XMLNodeprotected
NameIs(const char *name) constlldb_private::XMLNode
operator bool() constlldb_private::XMLNodeinlineexplicit
XMLNode()lldb_private::XMLNode
XMLNode(XMLNodeImpl node)lldb_private::XMLNode
~XMLNode()lldb_private::XMLNode