libSBML C++ API
5.18.0
|
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() const | XMLToken | |
getAttributes() const | XMLToken | |
getAttributesLength() const | XMLToken | |
getAttrIndex(const std::string &name, const std::string uri="") const | XMLToken | |
getAttrIndex(const XMLTriple &triple) const | XMLToken | |
getAttrName(int index) const | XMLToken | |
getAttrPrefix(int index) const | XMLToken | |
getAttrPrefixedName(int index) const | XMLToken | |
getAttrURI(int index) const | XMLToken | |
getAttrValue(int index) const | XMLToken | |
getAttrValue(const std::string &name, const std::string uri="") const | XMLToken | |
getAttrValue(const XMLTriple &triple) const | XMLToken | |
getCharacters() const | XMLToken | |
getColumn() const | XMLToken | |
getLine() const | XMLToken | |
getName() const | XMLToken | |
getNamespaceIndex(const std::string &uri) const | XMLToken | |
getNamespaceIndexByPrefix(const std::string &prefix) const | XMLToken | |
getNamespacePrefix(int index) const | XMLToken | |
getNamespacePrefix(const std::string &uri) const | XMLToken | |
getNamespaces() const | XMLToken | |
getNamespacesLength() const | XMLToken | |
getNamespaceURI(int index) const | XMLToken | |
getNamespaceURI(const std::string prefix="") const | XMLToken | |
getPrefix() const | XMLToken | |
getURI() const | XMLToken | |
hasAttr(int index) const | XMLToken | |
hasAttr(const std::string &name, const std::string uri="") const | XMLToken | |
hasAttr(const XMLTriple &triple) const | XMLToken | |
hasNamespaceNS(const std::string &uri, const std::string &prefix) const | XMLToken | |
hasNamespacePrefix(const std::string &prefix) const | XMLToken | |
hasNamespaceURI(const std::string &uri) const | XMLToken | |
isAttributesEmpty() const | XMLToken | |
isElement() const | XMLToken | |
isEnd() const | XMLToken | |
isEndFor(const XMLToken &element) const | XMLToken | |
isEOF() const | XMLToken | |
isNamespacesEmpty() const | XMLToken | |
isStart() const | XMLToken | |
isText() const | XMLToken | |
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() | XMLToken | virtual |