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) const | ofXml | |
findFirst(const std::string &path) const | ofXml | |
getAttribute(const std::string &name) const | ofXml | |
getAttributes() const | ofXml | |
getBoolValue() const | ofXml | |
getChild(const std::string &name) const | ofXml | |
getChildren() const | ofXml | |
getChildren(const std::string &name) const | ofXml | |
getDoubleValue() const | ofXml | |
getFirstAttribute() const | ofXml | |
getFirstChild() const | ofXml | |
getFloatValue() const | ofXml | |
getIntValue() const | ofXml | |
getLastAttribute() const | ofXml | |
getLastChild() const | ofXml | |
getName() const | ofXml | |
getNextSibling() const | ofXml | |
getNextSibling(const std::string &name) const | ofXml | |
getParent() const | ofXml | |
getPreviousSibling() const | ofXml | |
getPreviousSibling(const std::string &name) const | ofXml | |
getUintValue() const | ofXml | |
getValue() const | ofXml | inline |
getValue() const | ofXml | |
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 | |
ofXmlAttributeIterator | ofXml | friend |
ofXmlIterator | ofXml | friend |
ofXmlSearchIterator | ofXml | friend |
operator bool() const | ofXml | |
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) const | ofXml | |
set(const T &value) | ofXml | inline |
set(const unsigned char &value) | ofXml | inline |
setAttribute(const std::string &name, const T &value) | ofXml | inline |
setName(const std::string &name) | ofXml | |
toString(const std::string &indent="\t") const | ofXml |