RobWorkProject
23.9.11-
|
This is the complete list of members for DOMElem, including all inherited members.
addAttribute(const std::string &name)=0 | DOMElem | pure virtual |
addChild() | DOMElem | inlinevirtual |
addChild(const std::string &name)=0 | DOMElem | pure virtual |
begin()=0 | DOMElem | pure virtual |
DOMElem() (defined in DOMElem) | DOMElem | inlineprotected |
end()=0 | DOMElem | pure virtual |
getAttribute(const std::string &name, bool optional=false)=0 | DOMElem | pure virtual |
getAttributes()=0 | DOMElem | pure virtual |
getAttributeValue(const std::string &name) | DOMElem | inline |
getAttributeValue(const std::string &name, const std::string &default_value) | DOMElem | |
getAttributeValueAsBool(const std::string &name) | DOMElem | inline |
getAttributeValueAsBool(const std::string &name, bool default_value) | DOMElem | |
getAttributeValueAsDouble(const std::string &name) | DOMElem | inline |
getAttributeValueAsDouble(const std::string &name, double default_value) | DOMElem | |
getAttributeValueAsInt(const std::string &name) | DOMElem | inline |
getAttributeValueAsInt(const std::string &name, int default_value) | DOMElem | |
getChild(const std::string &name, bool optional=false)=0 | DOMElem | pure virtual |
getChildren()=0 | DOMElem | pure virtual |
getName() const =0 | DOMElem | pure virtual |
getValue() const =0 | DOMElem | pure virtual |
getValueAsBool() | DOMElem | |
getValueAsDouble() const =0 | DOMElem | pure virtual |
getValueAsDoubleList() const =0 | DOMElem | pure virtual |
getValueAsDoubleList(int N) const =0 | DOMElem | pure virtual |
getValueAsInt() const =0 | DOMElem | pure virtual |
getValueAsStringList(char stringseperator=';') const =0 | DOMElem | pure virtual |
hasAttribute(const std::string &name) const =0 | DOMElem | pure virtual |
hasChild(const std::string &name) const =0 | DOMElem | pure virtual |
hasChildren() const =0 | DOMElem | pure virtual |
isName(const std::string &elemname) const =0 | DOMElem | pure virtual |
IteratorPair typedef | DOMElem | |
Ptr typedef | DOMElem | |
setName(const std::string &val)=0 | DOMElem | pure virtual |
setValue(const std::string &val)=0 | DOMElem | pure virtual |
setValue(bool val) | DOMElem | virtual |
setValue(int val) | DOMElem | virtual |
setValue(double val) | DOMElem | virtual |
setValue(const char *val) | DOMElem | virtual |
setValueString(std::string val) | DOMElem | virtual |
~DOMElem() | DOMElem | inlinevirtual |