Logo
Reference manual - version ored_version
XMLUtils Member List

This is the complete list of members for XMLUtils, including all inherited members.

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