Loading [MathJax]/extensions/tex2jax.js
libSBML C++ API  5.20.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
XMLToken Member List

This is the complete list of members for XMLToken, 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
addNamespace(const std::string &uri, const std::string prefix="")XMLToken
append(const std::string &chars)XMLToken
clearAttributes()XMLToken
clearNamespaces()XMLToken
clone() constXMLToken
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
getColumn() constXMLToken
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
getPrefix() constXMLToken
getURI() constXMLToken
hasAttr(int index) constXMLToken
hasAttr(const std::string &name, const std::string uri="") constXMLToken
hasAttr(const XMLTriple &triple) constXMLToken
hasNamespaceNS(const std::string &uri, const std::string &prefix) constXMLToken
hasNamespacePrefix(const std::string &prefix) constXMLToken
hasNamespaceURI(const std::string &uri) constXMLToken
isAttributesEmpty() constXMLToken
isElement() constXMLToken
isEnd() constXMLToken
isEndFor(const XMLToken &element) constXMLToken
isEOF() constXMLToken
isNamespacesEmpty() constXMLToken
isStart() constXMLToken
isText() constXMLToken
operator=(const XMLToken &rhs)XMLToken
removeAttr(int n)XMLToken
removeAttr(const std::string &name, const std::string uri="")XMLToken
removeAttr(const XMLTriple &triple)XMLToken
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
unsetEnd()XMLToken
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
~XMLToken()XMLTokenvirtual