|
libSBML C++ API
5.20.2
|
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() const | XMLNode | |
| convertStringToXMLNode(const std::string &xmlstr, const XMLNamespaces *xmlns=NULL) | XMLNode | static |
| convertXMLNodeToString(const XMLNode *node) | XMLNode | static |
| equals(const XMLNode &other, bool ignoreURI=false, bool ignoreAttributeValues=false) const | XMLNode | |
| 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 | |
| getChild(unsigned int n) | XMLNode | |
| getChild(unsigned int n) const | XMLNode | |
| getChild(const std::string &name) | XMLNode | |
| getChild(const std::string &name) const | XMLNode | |
| getColumn() const | XMLToken | |
| getIndex(const std::string &name) const | XMLNode | |
| 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 | |
| getNumChildren() const | XMLNode | |
| 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 | |
| hasChild(const std::string &name) const | XMLNode | |
| 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 | |
| insertChild(unsigned int n, const XMLNode &node) | XMLNode | |
| 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 XMLNode &rhs) | XMLNode | |
| XMLToken::operator=(const XMLToken &rhs) | XMLToken | |
| readXMLNodeFromFile(const std::string &filename) | XMLNode | static |
| 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() const | XMLNode | |
| 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() | XMLNode | virtual |
| ~XMLToken() | XMLToken | virtual |