From bd2c777ac2238bdef8f5359550d3a69338e9aa4b Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 8 Nov 2009 19:17:47 +0000 Subject: docs: Updated Doxygen documentation git-svn-id: http://pugixml.googlecode.com/svn/trunk@234 99668b35-9821-0410-8761-19e4c4f06640 --- docs/html/classpugi_1_1xml__node.html | 40 +++++++++++++++++------------------ 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'docs/html/classpugi_1_1xml__node.html') diff --git a/docs/html/classpugi_1_1xml__node.html b/docs/html/classpugi_1_1xml__node.html index 49b1bc2..beeef93 100644 --- a/docs/html/classpugi_1_1xml__node.html +++ b/docs/html/classpugi_1_1xml__node.html @@ -246,24 +246,24 @@ bool operator! () cons xpath_node select_single_node (const char *query) const  Select single node by evaluating XPath query.
-xpath_node select_single_node (xpath_query &query) const +xpath_node select_single_node (const xpath_query &query) const - Select single node by evaluating XPath query.
+ Select single node by evaluating XPath query.
xpath_node_set select_nodes (const char *query) const  Select node set by evaluating XPath query.
-xpath_node_set select_nodes (xpath_query &query) const +xpath_node_set select_nodes (const xpath_query &query) const - Select node set by evaluating XPath query.
+ Select node set by evaluating XPath query.
unsigned int document_order () const -void print (xml_writer &writer, const char *indent="\t", unsigned int flags=format_default, unsigned int depth=0) +void print (xml_writer &writer, const char *indent="\t", unsigned int flags=format_default, unsigned int depth=0) const - Print subtree to writer.
-void print (std::ostream &os, const char *indent="\t", unsigned int flags=format_default, unsigned int depth=0) + Print subtree to writer.
+void print (std::ostream &os, const char *indent="\t", unsigned int flags=format_default, unsigned int depth=0) const - Print subtree to stream.
+ Print subtree to stream.
int offset_debug () const  Get node offset in parsed file/string (in bytes) for debugging purposes.
@@ -2181,7 +2181,7 @@ template<typename OutputIterator> )  - const + const [inline] @@ -2230,7 +2230,7 @@ template<typename OutputIterator> )  - const + const [inline] @@ -2790,7 +2790,7 @@ Select single node by evaluating XPath query. -

+

- + @@ -2862,7 +2862,7 @@ Select node set by evaluating XPath query.
@@ -2798,7 +2798,7 @@ Select single node by evaluating XPath query.
xpath_node pugi::xml_node::select_single_node xpath_queryconst xpath_query query  )  const
-

+

- + @@ -2898,7 +2898,7 @@ Select node set by evaluating XPath query.
@@ -2870,7 +2870,7 @@ Select node set by evaluating XPath query.
xpath_node_set pugi::xml_node::select_nodes xpath_queryconst xpath_query query  )  const
-

+

- +
@@ -2930,7 +2930,7 @@ Select node set by evaluating XPath query.
const
@@ -2957,7 +2957,7 @@ Print subtree to writer. -

+

- +
@@ -2989,7 +2989,7 @@ Print subtree to writer.
const
@@ -3013,7 +3013,7 @@ Print subtree to stream. depth - starting depth (used for indentation) -

Deprecated:
Use print() with xml_writer_stream instead
+
Deprecated:
Use print() with xml_writer_stream instead
@@ -3048,7 +3048,7 @@ Get node offset in parsed file/string (in bytes) for debugging purposes. -
Generated on Thu Sep 17 22:15:56 2009 for pugixml by  +
Generated on Sun Nov 8 22:15:19 2009 for pugixml by  doxygen 1.4.6-NO
-- cgit v1.2.3