|
libSBML C++ API
5.18.0
|
This is the complete list of members for XMLAttributes, including all inherited members.
| add(const std::string &name, const std::string &value, const std::string namespaceURI="", const std::string prefix="") | XMLAttributes | |
| add(const XMLTriple &triple, const std::string &value) | XMLAttributes | |
| clear() | XMLAttributes | |
| clone() const | XMLAttributes | |
| getIndex(const std::string &name) const | XMLAttributes | |
| getIndex(const std::string &name, const std::string &uri) const | XMLAttributes | |
| getIndex(const XMLTriple &triple) const | XMLAttributes | |
| getLength() const | XMLAttributes | |
| getName(int index) const | XMLAttributes | |
| getNumAttributes() const | XMLAttributes | |
| getPrefix(int index) const | XMLAttributes | |
| getPrefixedName(int index) const | XMLAttributes | |
| getURI(int index) const | XMLAttributes | |
| getValue(int index) const | XMLAttributes | |
| getValue(const std::string &name) const | XMLAttributes | |
| getValue(const std::string &name, const std::string &uri) const | XMLAttributes | |
| getValue(const XMLTriple &triple) const | XMLAttributes | |
| hasAttribute(int index) const | XMLAttributes | |
| hasAttribute(const std::string &name, const std::string uri="") const | XMLAttributes | |
| hasAttribute(const XMLTriple &triple) const | XMLAttributes | |
| isEmpty() const | XMLAttributes | |
| operator=(const XMLAttributes &rhs) | XMLAttributes | |
| readInto(const std::string &name, bool &value, XMLErrorLog *log=NULL, bool required=false, const unsigned int line=0, const unsigned int column=0) const | XMLAttributes | |
| readInto(const XMLTriple &triple, bool &value, XMLErrorLog *log=NULL, bool required=false, const unsigned int line=0, const unsigned int column=0) const | XMLAttributes | |
| readInto(const std::string &name, double &value, XMLErrorLog *log=NULL, bool required=false, const unsigned int line=0, const unsigned int column=0) const | XMLAttributes | |
| readInto(const XMLTriple &triple, double &value, XMLErrorLog *log=NULL, bool required=false, const unsigned int line=0, const unsigned int column=0) const | XMLAttributes | |
| readInto(const std::string &name, long &value, XMLErrorLog *log=NULL, bool required=false, const unsigned int line=0, const unsigned int column=0) const | XMLAttributes | |
| readInto(const XMLTriple &triple, long &value, XMLErrorLog *log=NULL, bool required=false, const unsigned int line=0, const unsigned int column=0) const | XMLAttributes | |
| readInto(const std::string &name, int &value, XMLErrorLog *log=NULL, bool required=false, const unsigned int line=0, const unsigned int column=0) const | XMLAttributes | |
| readInto(const XMLTriple &triple, int &value, XMLErrorLog *log=NULL, bool required=false, const unsigned int line=0, const unsigned int column=0) const | XMLAttributes | |
| readInto(const std::string &name, unsigned int &value, XMLErrorLog *log=NULL, bool required=false, const unsigned int line=0, const unsigned int column=0) const | XMLAttributes | |
| readInto(const XMLTriple &triple, unsigned int &value, XMLErrorLog *log=NULL, bool required=false, const unsigned int line=0, const unsigned int column=0) const | XMLAttributes | |
| readInto(const std::string &name, std::string &value, XMLErrorLog *log=NULL, bool required=false, const unsigned int line=0, const unsigned int column=0) const | XMLAttributes | |
| readInto(const XMLTriple &triple, std::string &value, XMLErrorLog *log=NULL, bool required=false, const unsigned int line=0, const unsigned int column=0) const | XMLAttributes | |
| remove(int n) | XMLAttributes | |
| remove(const std::string &name, const std::string uri="") | XMLAttributes | |
| remove(const XMLTriple &triple) | XMLAttributes | |
| XMLAttributes() | XMLAttributes | |
| XMLAttributes(const XMLAttributes &orig) | XMLAttributes | |
| ~XMLAttributes() | XMLAttributes | virtual |