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_1xpath__node__set.html | 42 +++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) (limited to 'docs/html/classpugi_1_1xpath__node__set.html') diff --git a/docs/html/classpugi_1_1xpath__node__set.html b/docs/html/classpugi_1_1xpath__node__set.html index 2a68435..d7deac5 100644 --- a/docs/html/classpugi_1_1xpath__node__set.html +++ b/docs/html/classpugi_1_1xpath__node__set.html @@ -63,6 +63,9 @@ typedef const xpath_node size_t size () const  Get collection size.
+xpath_node operator[] (size_t index) const + + Get element with the specified index.
const_iterator begin () const  Get begin constant iterator for collection.
@@ -252,6 +255,42 @@ Get collection size. +

+ + + + +
+ + + + + + + + + +
xpath_node pugi::xpath_node_set::operator[] size_t  index  )  const
+
+ + + + + +
+   + + +

+Get element with the specified index. +

+

Parameters:
+ + +
index - requested index
+
+
Returns:
element
+

@@ -374,6 +413,7 @@ Sort the collection in ascending/descending order by document order. Get first node in the collection by document order.

Returns:
first node by document order
+
Note:
set.first() is not equal to set[0], since operator[] does not take document order into account
@@ -407,7 +447,7 @@ Return true if collection is empty. -


Generated on Thu Sep 17 22:15:57 2009 for pugixml by  +
Generated on Sun Nov 8 22:15:22 2009 for pugixml by  doxygen 1.4.6-NO
-- cgit v1.2.3