reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofXml Member List

This is the complete list of members for ofXml, including all inherited members.

appendAttribute(const std::string &name)ofXml
appendChild(const ofXml &xml)ofXml
appendChild(const std::string &name)ofXml
clear()ofXml
find(const std::string &path) constofXml
findFirst(const std::string &path) constofXml
getAttribute(const std::string &name) constofXml
getAttributes() constofXml
getBoolValue() constofXml
getChild(const std::string &name) constofXml
getChildren() constofXml
getChildren(const std::string &name) constofXml
getDoubleValue() constofXml
getFirstAttribute() constofXml
getFirstChild() constofXml
getFloatValue() constofXml
getIntValue() constofXml
getLastAttribute() constofXml
getLastChild() constofXml
getName() constofXml
getNextSibling() constofXml
getNextSibling(const std::string &name) constofXml
getParent() constofXml
getPreviousSibling() constofXml
getPreviousSibling(const std::string &name) constofXml
getUintValue() constofXml
getValue() constofXmlinline
getValue() constofXml
insertChildAfter(const std::string &name, const ofXml &after)ofXml
insertChildBefore(const std::string &name, const ofXml &after)ofXml
load(const of::filesystem::path &file)ofXml
load(const ofBuffer &buffer)ofXml
ofXml()ofXml
ofXmlAttributeIteratorofXmlfriend
ofXmlIteratorofXmlfriend
ofXmlSearchIteratorofXmlfriend
operator bool() constofXml
parse(const std::string &xmlStr)ofXml
prependAttribute(const std::string &name)ofXml
prependChild(const ofXml &xml)ofXml
prependChild(const std::string &name)ofXml
removeAttribute(const std::string &name)ofXml
removeAttribute(const Attribute &attr)ofXml
removeAttribute(Attribute &&attr)ofXml
removeChild(const ofXml &node)ofXml
removeChild(const std::string &name)ofXml
save(const of::filesystem::path &file) constofXml
set(const T &value)ofXmlinline
set(const unsigned char &value)ofXmlinline
setAttribute(const std::string &name, const T &value)ofXmlinline
setName(const std::string &name)ofXml
toString(const std::string &indent="\t") constofXml