From 75a0d2379aee05e59f0829b04240b9307469e727 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Tue, 25 May 2010 19:24:32 +0000 Subject: Updated version, updated changelog, minor Doxygen fixes git-svn-id: http://pugixml.googlecode.com/svn/trunk@449 99668b35-9821-0410-8761-19e4c4f06640 --- docs/html/classpugi_1_1xpath__query.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/html/classpugi_1_1xpath__query.html') diff --git a/docs/html/classpugi_1_1xpath__query.html b/docs/html/classpugi_1_1xpath__query.html index 0756364..d4eea32 100644 --- a/docs/html/classpugi_1_1xpath__query.html +++ b/docs/html/classpugi_1_1xpath__query.html @@ -27,9 +27,9 @@ A class that holds compiled XPath query and allows to evaluate query result. - + - + @@ -43,15 +43,15 @@ A class that holds compiled XPath query and allows to evaluate query result. - + - +

Public Member Functions

 xpath_query (const char *query)
 xpath_query (const char_t *query)
 Ctor from string with XPath expression.
 Ctor from string with XPath expression.
 ~xpath_query ()
double evaluate_number (const xml_node &n) const
 Evaluate expression as double value for the context node n.
std::string evaluate_string (const xml_node &n) const
string_t evaluate_string (const xml_node &n) const
 Evaluate expression as string value for the context node n.
 Evaluate expression as string value for the context node n.
xpath_node_set evaluate_node_set (const xml_node &n) const
 Evaluate expression as node set for the context node n.

Constructor & Destructor Documentation

-

+

- + @@ -192,13 +192,13 @@ If expression does not directly evaluate to double, the expression result is con
@@ -59,7 +59,7 @@ A class that holds compiled XPath query and allows to evaluate query result.
pugi::xpath_query::xpath_query const char * const char_t query  )  [explicit]
-

+

- + @@ -266,7 +266,7 @@ If expression does not directly evaluate to node set, throws
std::string pugi::xpath_query::evaluate_string string_t pugi::xpath_query::evaluate_string const xml_node n
-
Generated on Tue Jan 5 20:02:10 2010 for pugixml by  +
Generated on Tue May 25 23:22:40 2010 for pugixml by  doxygen 1.4.6-NO
-- cgit v1.2.3