30 #ifndef __XPATH_STATIC_H 31 #define __XPATH_STATIC_H 46 extern bool o_xpath_int (
const TiXmlNode * XNp_source_tree,
const char * cp_xpath_expr,
int & i_res);
48 extern bool o_xpath_bool (
const TiXmlNode * XNp_source_tree,
const char * cp_xpath_expr,
bool & o_res);
bool 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.
Definition: xpath_static.cpp:111
Definition: tinyxml.h:640
TiXmlAttribute * 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. ...
Definition: xpath_static.cpp:75
int 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.
Definition: xpath_static.cpp:35
TiXmlNode * 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.
Definition: xpath_static.cpp:63
double 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.
Definition: xpath_static.cpp:42
Definition: action_store.cpp:32
bool 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.
Definition: xpath_static.cpp:49
bool 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.
Definition: xpath_static.cpp:87
bool 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.
Definition: xpath_static.cpp:119
TiXmlString 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.
Definition: xpath_static.cpp:56
Definition: tinyxml.h:363
bool 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. ...
Definition: xpath_static.cpp:132
bool 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.
Definition: xpath_static.cpp:95
#define TIXML_STRING
Definition: tinyxml.h:67