#include "xpath_static.h"
Namespaces
Functions
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
Detailed Description
- Author:
- Yves Berquin