openMSX
openmsx::XMLDocument Member List

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

allocateAttribute(const char *name, const char *value)openmsx::XMLDocument
allocateElement(const char *name)openmsx::XMLDocument
allocateElement(const char *name, const char *data)openmsx::XMLDocument
allocateString(std::string_view str)openmsx::XMLDocument
generateList(XMLElement &parent, const char *itemName, Range &&range, UnaryOp op)openmsx::XMLDocumentinline
getOrCreateChild(XMLElement &parent, const char *childName, const char *childData)openmsx::XMLDocument
getRoot() constopenmsx::XMLDocumentinline
getStaticDocument()openmsx::XMLDocumentinlinestatic
load(const std::string &filename, std::string_view systemID)openmsx::XMLDocument
load(const OldXMLElement &elem)openmsx::XMLDocument
operator=(const XMLDocument &)=deleteopenmsx::XMLDocument
operator=(XMLDocument &&)=deleteopenmsx::XMLDocument
serialize(MemInputArchive &ar, unsigned version)openmsx::XMLDocument
serialize(MemOutputArchive &ar, unsigned version) constopenmsx::XMLDocument
serialize(XmlInputArchive &ar, unsigned version)openmsx::XMLDocument
serialize(XmlOutputArchive &ar, unsigned version) constopenmsx::XMLDocument
setAttribute(XMLElement &elem, const char *attrName, const char *attrValue)openmsx::XMLDocument
setChildData(XMLElement &parent, const char *childName, const char *childData)openmsx::XMLDocument
setRoot(XMLElement *root_)openmsx::XMLDocumentinline
XMLDocument(const XMLDocument &)=deleteopenmsx::XMLDocument
XMLDocument(XMLDocument &&)=deleteopenmsx::XMLDocument
XMLDocument()=defaultopenmsx::XMLDocument
XMLDocument(T &&t, Args &&...args)openmsx::XMLDocumentinline
XMLDocumentHandleropenmsx::XMLDocumentfriend