This is the complete list of members for XMLUtils, including all inherited members.
| addAttribute(XMLDocument &doc, XMLNode *node, const string &attrName, const string &attrValue) | XMLUtils | static |
| addChild(XMLDocument &doc, XMLNode *n, const string &name) | XMLUtils | static |
| addChild(XMLDocument &doc, XMLNode *n, const string &name, const string &value) | XMLUtils | static |
| addChild(XMLDocument &doc, XMLNode *n, const string &name, const string &value, const string &attrName, const string &attr) | XMLUtils | static |
| addChild(XMLDocument &doc, XMLNode *n, const string &name, const string &value, const vector< string > &attrNames, const vector< string > &attrs) | XMLUtils | static |
| addChild(XMLDocument &doc, XMLNode *n, const string &name, const char *value) | XMLUtils | static |
| addChild(XMLDocument &doc, XMLNode *n, const string &name, Real value) | XMLUtils | static |
| addChild(XMLDocument &doc, XMLNode *n, const string &name, int value) | XMLUtils | static |
| addChild(XMLDocument &doc, XMLNode *n, const string &name, bool value) | XMLUtils | static |
| addChild(XMLDocument &doc, XMLNode *n, const string &name, const Period &value) | XMLUtils | static |
| addChild(XMLDocument &doc, XMLNode *n, const string &name, const vector< Real > &values) | XMLUtils | static |
| addChildAsCdata(XMLDocument &doc, XMLNode *n, const string &name, const string &value) | XMLUtils | static |
| addChildren(XMLDocument &doc, XMLNode *n, const string &names, const string &name, const vector< T > &values) | XMLUtils | static |
| addChildren(XMLDocument &doc, XMLNode *n, const string &names, const string &name, const string &firstName, const string &secondName, const map< string, string > &values) | XMLUtils | static |
| addChildrenWithAttributes(XMLDocument &doc, XMLNode *n, const string &names, const string &name, const vector< T > &values, const string &attrName, const vector< string > &attrs) | XMLUtils | static |
| addChildrenWithAttributes(XMLDocument &doc, XMLNode *n, const string &names, const string &name, const vector< T > &values, const vector< string > &attrNames, const vector< vector< string > > &attrs) | XMLUtils | static |
| addChildrenWithOptionalAttributes(XMLDocument &doc, XMLNode *n, const string &names, const string &name, const vector< T > &values, const string &attrName, const vector< string > &attrs) | XMLUtils | static |
| addChildrenWithOptionalAttributes(XMLDocument &doc, XMLNode *n, const string &names, const string &name, const vector< T > &values, const vector< string > &attrNames, const vector< vector< string > > &attrs) | XMLUtils | static |
| addGenericChild(XMLDocument &doc, XMLNode *n, const char *name, const T &value) | XMLUtils | static |
| addGenericChildAsList(XMLDocument &doc, XMLNode *n, const string &name, const vector< T > &values, const string &attrName="", const string &attr="") | XMLUtils | static |
| appendNode(XMLNode *parent, XMLNode *child) | XMLUtils | static |
| checkNode(XMLNode *n, const string &expectedName) | XMLUtils | static |
| convertToString(const Real value) | XMLUtils | static |
| convertToString(const T &value) | XMLUtils | static |
| getAttribute(XMLNode *node, const string &attrName) | XMLUtils | static |
| getChildNode(XMLNode *n, const string &name="") | XMLUtils | static |
| getChildrenAttributesAndValues(XMLNode *parent, const string &names, const string &attributeName, bool mandatory=false) | XMLUtils | static |
| getChildrenNodes(XMLNode *node, const string &name) | XMLUtils | static |
| getChildrenNodesWithAttributes(XMLNode *node, const string &names, const string &name, const string &attrName, vector< string > &attrs, bool mandatory=false) | XMLUtils | static |
| getChildrenNodesWithAttributes(XMLNode *node, const string &names, const string &name, const vector< string > &attrNames, const vector< std::reference_wrapper< vector< string > > > &attrs, bool mandatory=false) | XMLUtils | static |
| getChildrenValues(XMLNode *node, const string &names, const string &name, bool mandatory=false) | XMLUtils | static |
| getChildrenValues(XMLNode *node, const string &names, const string &name, const string &firstName, const string &secondName, bool mandatory=false) | XMLUtils | static |
| getChildrenValuesAsDoubles(XMLNode *node, const string &names, const string &name, bool mandatory=false) | XMLUtils | static |
| getChildrenValuesAsDoublesCompact(XMLNode *node, const string &name, bool mandatory=false) | XMLUtils | static |
| getChildrenValuesAsPeriods(XMLNode *node, const string &name, bool mandatory=false) | XMLUtils | static |
| getChildrenValuesAsStrings(XMLNode *node, const string &name, bool mandatory=false) | XMLUtils | static |
| getChildrenValuesWithAttributes(XMLNode *node, const string &names, const string &name, const string &attrName, vector< string > &attrs, bool mandatory=false) | XMLUtils | static |
| getChildrenValuesWithAttributes(XMLNode *node, const string &names, const string &name, const vector< string > &attrNames, const vector< std::reference_wrapper< vector< string > > > &attrs, bool mandatory=false) | XMLUtils | static |
| getChildrenValuesWithAttributes(XMLNode *node, const string &names, const string &name, const string &attrName, vector< string > &attrs, const std::function< T(string)> parser, bool mandatory=false) | XMLUtils | static |
| getChildrenValuesWithAttributes(XMLNode *node, const string &names, const string &name, const vector< string > &attrNames, const vector< std::reference_wrapper< vector< string > > > &attrs, const std::function< T(string)> parser, bool mandatory=false) | XMLUtils | static |
| getChildValue(XMLNode *node, const string &name, bool mandatory=false, const string &defaultValue=string()) | XMLUtils | static |
| getChildValueAsBool(XMLNode *node, const string &name, bool mandatory=false, bool defaultValue=true) | XMLUtils | static |
| getChildValueAsDouble(XMLNode *node, const string &name, bool mandatory=false, double defaultValue=0.0) | XMLUtils | static |
| getChildValueAsInt(XMLNode *node, const string &name, bool mandatory=false, int defaultValue=0) | XMLUtils | static |
| getChildValueAsPeriod(XMLNode *node, const string &name, bool mandatory=false, const QuantLib::Period &defaultValue=0 *QuantLib::Days) | XMLUtils | static |
| getNextSibling(XMLNode *node, const string &name="") | XMLUtils | static |
| getNodeName(XMLNode *n) | XMLUtils | static |
| getNodeValue(XMLNode *node) | XMLUtils | static |
| getNodeValueAsDoublesCompact(XMLNode *node) | XMLUtils | static |
| locateNode(XMLNode *n, const string &name="") | XMLUtils | static |
| setNodeName(XMLDocument &doc, XMLNode *node, const string &name) | XMLUtils | static |
| toString(XMLNode *node) | XMLUtils | static |