Om  1.0.0
A universal framework for multimedia simulation
om::xml::XMLNode Member List

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

addAttribute(const UTF8String &name, const UTF8String &value)om::xml::XMLNode
addAttribute(const UTF8String &name, const T &value)om::xml::XMLNodeinline
addChild(const Shared< XMLNode > &newNode)om::xml::XMLNode
clearAttributes()om::xml::XMLNode
clearChildren()om::xml::XMLNode
COMMENT enum valueom::xml::XMLNode
ELEMENT enum valueom::xml::XMLNode
getAttribute(Index index)om::xml::XMLNodeinline
getAttribute(Index index) const om::xml::XMLNodeinline
getAttribute(const UTF8String &name)om::xml::XMLNode
getAttribute(const UTF8String &name) const om::xml::XMLNode
getAttribute(const UTF8String &name, UTF8String &value) const om::xml::XMLNode
getAttribute(const UTF8String &name, Bool &value) const om::xml::XMLNode
getAttribute(const UTF8String &name, Int32 &value) const om::xml::XMLNode
getAttribute(const UTF8String &name, UInt32 &value) const om::xml::XMLNode
getAttribute(const UTF8String &name, Int64 &value) const om::xml::XMLNode
getAttribute(const UTF8String &name, UInt64 &value) const om::xml::XMLNode
getAttribute(const UTF8String &name, Float &value) const om::xml::XMLNode
getAttribute(const UTF8String &name, Double &value) const om::xml::XMLNode
getAttributeCount() const om::xml::XMLNodeinline
getChild(Index childIndex) const om::xml::XMLNodeinline
getChildCount() const om::xml::XMLNodeinline
getChildrenWithTag(const UTF8String &tag, ArrayList< Shared< XMLNode > > &nodes) const om::xml::XMLNode
getChildrenWithType(XMLNode::Type type, ArrayList< Shared< XMLNode > > &nodes) const om::xml::XMLNode
getFirstChildWithTag(const UTF8String &tag) const om::xml::XMLNode
getFirstChildWithType(XMLNode::Type type) const om::xml::XMLNode
getType() const om::xml::XMLNodeinline
getValue() const om::xml::XMLNodeinline
insertChild(Index insertionIndex, const Shared< XMLNode > &newNode)om::xml::XMLNode
removeAttribute(const UTF8String &name)om::xml::XMLNode
removeChild(Index childIndex)om::xml::XMLNode
removeChildrenWithTag(const UTF8String &tag)om::xml::XMLNode
ROOT enum valueom::xml::XMLNode
setAttribute(const UTF8String &name, const UTF8String &value)om::xml::XMLNode
setAttribute(const UTF8String &name, const T &value)om::xml::XMLNodeinline
setType(Type newType)om::xml::XMLNodeinline
setValue(const UTF8String &newValue)om::xml::XMLNodeinline
TEXT enum valueom::xml::XMLNode
Type enum nameom::xml::XMLNode
XMLNode(Type newType)om::xml::XMLNode
XMLNode(Type newType, const UTF8String &newValue)om::xml::XMLNode
XMLNode(const XMLNode &other)om::xml::XMLNode
~XMLNode()om::xml::XMLNodevirtual