|
int | TinyXPath::i_xpath_int (const TiXmlNode *XNp_source_tree, const char *cp_xpath_expr) |
| Static function to compute an integer XPath expression, without an error check. More...
|
|
double | TinyXPath::d_xpath_double (const TiXmlNode *XNp_source_tree, const char *cp_xpath_expr) |
| Static function to compute a double XPath expression, without an error check. More...
|
|
bool | TinyXPath::o_xpath_bool (const TiXmlNode *XNp_source_tree, const char *cp_xpath_expr) |
| Static function to compute a bool XPath expression, without an error check. More...
|
|
TiXmlString | TinyXPath::S_xpath_string (const TiXmlNode *XNp_source_tree, const char *cp_xpath_expr) |
| Static function to compute a string XPath expression, without an error check. More...
|
|
TiXmlNode * | TinyXPath::XNp_xpath_node (const TiXmlNode *XNp_source_tree, const char *cp_xpath_expr) |
| Static function to compute a node XPath expression, without an error check. More...
|
|
TiXmlAttribute * | TinyXPath::XAp_xpath_attribute (const TiXmlNode *XNp_source_tree, const char *cp_xpath_expr) |
| Static function to compute an attribute XPath expression, without an error check. More...
|
|
bool | TinyXPath::o_xpath_int (const TiXmlNode *XNp_source_tree, const char *cp_xpath_expr, int &i_res) |
| Static function to compute an integer XPath expression, with an error check. More...
|
|
bool | TinyXPath::o_xpath_double (const TiXmlNode *XNp_source_tree, const char *cp_xpath_expr, double &d_res) |
| Static function to compute a double XPath expression, without an error check. More...
|
|
bool | TinyXPath::o_xpath_bool (const TiXmlNode *XNp_source_tree, const char *cp_xpath_expr, bool &o_res) |
| Static function to compute a bool XPath expression, without an error check. More...
|
|
bool | TinyXPath::o_xpath_string (const TiXmlNode *XNp_source_tree, const char *cp_xpath_expr, TiXmlString &S_res) |
| Static function to compute a string XPath expression, without an error check. More...
|
|
bool | TinyXPath::o_xpath_node (const TiXmlNode *XNp_source_tree, const char *cp_xpath_expr, const TiXmlNode *&XNp_node) |
| Static function to compute a node XPath expression, without an error check. More...
|
|
bool | TinyXPath::o_xpath_attribute (const TiXmlNode *XNp_source_tree, const char *cp_xpath_expr, const TiXmlAttribute *&XAp_attrib) |
| Static function to compute an attribute XPath expression, without an error check. More...
|
|