libSBML C++ API  5.20.2
XMLNode Member List

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

addAttr(const std::string &name, const std::string &value, const std::string namespaceURI="", const std::string prefix="")XMLToken
addAttr(const XMLTriple &triple, const std::string &value)XMLToken
addChild(const XMLNode &node)XMLNode
addNamespace(const std::string &uri, const std::string prefix="")XMLToken
append(const std::string &chars)XMLToken
clearAttributes()XMLToken
clearNamespaces()XMLToken
clone() constXMLNode
convertStringToXMLNode(const std::string &xmlstr, const XMLNamespaces *xmlns=NULL)XMLNodestatic
convertXMLNodeToString(const XMLNode *node)XMLNodestatic
equals(const XMLNode &other, bool ignoreURI=false, bool ignoreAttributeValues=false) constXMLNode
getAttributes() constXMLToken
getAttributesLength() constXMLToken
getAttrIndex(const std::string &name, const std::string uri="") constXMLToken
getAttrIndex(const XMLTriple &triple) constXMLToken
getAttrName(int index) constXMLToken
getAttrPrefix(int index) constXMLToken
getAttrPrefixedName(int index) constXMLToken
getAttrURI(int index) constXMLToken
getAttrValue(int index) constXMLToken
getAttrValue(const std::string &name, const std::string uri="") constXMLToken
getAttrValue(const XMLTriple &triple) constXMLToken
getCharacters() constXMLToken
getChild(unsigned int n)XMLNode
getChild(unsigned int n) constXMLNode
getChild(const std::string &name)XMLNode
getChild(const std::string &name) constXMLNode
getColumn() constXMLToken
getIndex(const std::string &name) constXMLNode
getLine() constXMLToken
getName() constXMLToken
getNamespaceIndex(const std::string &uri) constXMLToken
getNamespaceIndexByPrefix(const std::string &prefix) constXMLToken
getNamespacePrefix(int index) constXMLToken
getNamespacePrefix(const std::string &uri) constXMLToken
getNamespaces() constXMLToken
getNamespacesLength() constXMLToken
getNamespaceURI(int index) constXMLToken
getNamespaceURI(const std::string prefix="") constXMLToken
getNumChildren() constXMLNode
getPrefix() constXMLToken
getURI() constXMLToken
hasAttr(int index) constXMLToken
hasAttr(const std::string &name, const std::string uri="") constXMLToken
hasAttr(const XMLTriple &triple) constXMLToken
hasChild(const std::string &name) constXMLNode
hasNamespaceNS(const std::string &uri, const std::string &prefix) constXMLToken
hasNamespacePrefix(const std::string &prefix) constXMLToken
hasNamespaceURI(const std::string &uri) constXMLToken
insertChild(unsigned int n, const XMLNode &node)XMLNode
isAttributesEmpty() constXMLToken
isElement() constXMLToken
isEnd() constXMLToken
isEndFor(const XMLToken &element) constXMLToken
isEOF() constXMLToken
isNamespacesEmpty() constXMLToken
isStart() constXMLToken
isText() constXMLToken
operator=(const XMLNode &rhs)XMLNode
XMLToken::operator=(const XMLToken &rhs)XMLToken
readXMLNodeFromFile(const std::string &filename)XMLNodestatic
removeAttr(int n)XMLToken
removeAttr(const std::string &name, const std::string uri="")XMLToken
removeAttr(const XMLTriple &triple)XMLToken
removeChild(unsigned int n)XMLNode
removeChildren()XMLNode
removeNamespace(int index)XMLToken
removeNamespace(const std::string &prefix)XMLToken
setAttributes(const XMLAttributes &attributes)XMLToken
setCharacters(const std::string &chars)XMLToken
setEnd()XMLToken
setEOF()XMLToken
setNamespaces(const XMLNamespaces &namespaces)XMLToken
setTriple(const XMLTriple &triple)XMLToken
toString()XMLToken
toXMLString() constXMLNode
unsetEnd()XMLToken
XMLNode()XMLNode
XMLNode(const XMLToken &token)XMLNode
XMLNode(const XMLTriple &triple, const XMLAttributes &attributes, const XMLNamespaces &namespaces, const unsigned int line=0, const unsigned int column=0)XMLNode
XMLNode(const XMLTriple &triple, const XMLAttributes &attributes, const unsigned int line=0, const unsigned int column=0)XMLNode
XMLNode(const XMLTriple &triple, const unsigned int line=0, const unsigned int column=0)XMLNode
XMLNode(const std::string &chars, const unsigned int line=0, const unsigned int column=0)XMLNode
XMLNode(const XMLNode &orig)XMLNode
XMLToken()XMLToken
XMLToken(const XMLTriple &triple, const XMLAttributes &attributes, const XMLNamespaces &namespaces, const unsigned int line=0, const unsigned int column=0)XMLToken
XMLToken(const XMLTriple &triple, const XMLAttributes &attributes, const unsigned int line=0, const unsigned int column=0)XMLToken
XMLToken(const XMLTriple &triple, const unsigned int line=0, const unsigned int column=0)XMLToken
XMLToken(const std::string &chars, const unsigned int line=0, const unsigned int column=0)XMLToken
XMLToken(const XMLToken &orig)XMLToken
~XMLNode()XMLNodevirtual
~XMLToken()XMLTokenvirtual