openMSX
openmsx::XMLElement Member List

This is the complete list of members for openmsx::XMLElement, including all inherited members.

clearName()openmsx::XMLElementinline
findAttribute(std::string_view attrName) constopenmsx::XMLElement
findAttributePointer(std::string_view attrName)openmsx::XMLElement
findChild(std::string_view childName) constopenmsx::XMLElement
findChild(std::string_view childName, const XMLElement *&hint) constopenmsx::XMLElement
getAttribute(std::string_view attrName) constopenmsx::XMLElement
getAttributes() constopenmsx::XMLElementinline
getAttributeValue(std::string_view attrName) constopenmsx::XMLElement
getAttributeValue(std::string_view attrName, std::string_view defaultValue) constopenmsx::XMLElement
getAttributeValueAsBool(std::string_view attrName, bool defaultValue) constopenmsx::XMLElement
getAttributeValueAsInt(std::string_view attrName, int defaultValue) constopenmsx::XMLElement
getChild(std::string_view childName) constopenmsx::XMLElement
getChildData(std::string_view childName) constopenmsx::XMLElement
getChildData(std::string_view childName, std::string_view defaultValue) constopenmsx::XMLElement
getChildDataAsBool(std::string_view childName, bool defaultValue) constopenmsx::XMLElement
getChildDataAsInt(std::string_view childName, int defaultValue) constopenmsx::XMLElement
getChildren() constopenmsx::XMLElementinline
getChildren(std::string_view childName) constopenmsx::XMLElementinline
getData() constopenmsx::XMLElementinline
getFirstChild() constopenmsx::XMLElementinline
getName() constopenmsx::XMLElementinline
hasChildren() constopenmsx::XMLElementinline
numAttributes() constopenmsx::XMLElement
numChildren() constopenmsx::XMLElement
removeAttribute(XMLAttribute **attrPtr)openmsx::XMLElementstatic
setData(const char *data_)openmsx::XMLElementinline
setFirstAttribute(XMLAttribute *attribute)openmsx::XMLElementinline
setFirstChild(XMLElement *child)openmsx::XMLElementinline
setNextSibling(XMLElement *sibling)openmsx::XMLElementinline
XMLDocumentopenmsx::XMLElementfriend
XMLDocumentHandleropenmsx::XMLElementfriend
XMLElement(const char *name_)openmsx::XMLElementinlineexplicit
XMLElement(const char *name_, const char *data_)openmsx::XMLElementinline