From 26ab424b0302f73704c58b3b6deb62a85bfacba8 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 11 Jul 2010 15:29:31 +0000 Subject: docs: Removed old documents git-svn-id: http://pugixml.googlecode.com/svn/trunk@592 99668b35-9821-0410-8761-19e4c4f06640 --- docs/html/classpugi_1_1xpath__node__set.html | 454 --------------------------- 1 file changed, 454 deletions(-) delete mode 100644 docs/html/classpugi_1_1xpath__node__set.html (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 deleted file mode 100644 index 153b8ba..0000000 --- a/docs/html/classpugi_1_1xpath__node__set.html +++ /dev/null @@ -1,454 +0,0 @@ - - -pugixml: pugi::xpath_node_set Class Reference - - - - -
-
-
-
- -

pugi::xpath_node_set Class Reference

Collaboration diagram for pugi::xpath_node_set:

Collaboration graph
- - - - - -
[legend]
List of all members.

Detailed Description

-Not necessarily ordered constant collection of XPath nodes. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Public Types

-typedef const xpath_nodeconst_iterator
 Constant iterator type.
enum  type_t { type_unsorted, -type_sorted, -type_sorted_reverse - }
 Collection type. More...

Public Member Functions

xpath_node_set ()
 Default ctor Constructs empty set.
~xpath_node_set ()
 Dtor.
 xpath_node_set (const xpath_node_set &ns)
 Copy ctor.
xpath_node_setoperator= (const xpath_node_set &ns)
 Assignment operator.
type_t type () const
 Get collection type.
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.
const_iterator end () const
 Get end iterator for collection.
void sort (bool reverse=false)
 Sort the collection in ascending/descending order by document order.
xpath_node first () const
 Get first node in the collection by document order.
bool empty () const
 Return true if collection is empty.

Friends

-class xpath_ast_node
-


Member Enumeration Documentation

-

- - - - -
- - - - -
enum pugi::xpath_node_set::type_t
-
- - - - - -
-   - - -

-Collection type. -

-

Enumerator:
- - - - -
type_unsorted  -Not ordered.
type_sorted  -Sorted by document order (ascending).
type_sorted_reverse  -Sorted by document order (descending).
-
-
-


Constructor & Destructor Documentation

-

- - - - -
- - - - - - - - - -
pugi::xpath_node_set::xpath_node_set const xpath_node_set ns  ) 
-
- - - - - -
-   - - -

-Copy ctor. -

-

Parameters:
- - -
ns - set to copy
-
-
-


Member Function Documentation

-

- - - - -
- - - - - - - - - -
xpath_node_set& pugi::xpath_node_set::operator= const xpath_node_set ns  ) 
-
- - - - - -
-   - - -

-Assignment operator. -

-

Parameters:
- - -
ns - set to assign
-
-
Returns:
self
-
-

- - - - -
- - - - - - - - -
type_t pugi::xpath_node_set::type  )  const
-
- - - - - -
-   - - -

-Get collection type. -

-

Returns:
collection type
-
-

- - - - -
- - - - - - - - -
size_t pugi::xpath_node_set::size  )  const
-
- - - - - -
-   - - -

-Get collection size. -

-

Returns:
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
-
-

- - - - -
- - - - - - - - -
const_iterator pugi::xpath_node_set::begin  )  const
-
- - - - - -
-   - - -

-Get begin constant iterator for collection. -

-

Returns:
begin constant iterator
-
-

- - - - -
- - - - - - - - -
const_iterator pugi::xpath_node_set::end  )  const
-
- - - - - -
-   - - -

-Get end iterator for collection. -

-

Returns:
end iterator
-
-

- - - - -
- - - - - - - - - -
void pugi::xpath_node_set::sort bool  reverse = false  ) 
-
- - - - - -
-   - - -

-Sort the collection in ascending/descending order by document order. -

-

Parameters:
- - -
reverse - whether to sort in ascending (false) or descending (true) order
-
-
-

- - - - -
- - - - - - - - -
xpath_node pugi::xpath_node_set::first  )  const
-
- - - - - -
-   - - -

-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
-
-

- - - - -
- - - - - - - - -
bool pugi::xpath_node_set::empty  )  const
-
- - - - - -
-   - - -

-Return true if collection is empty. -

-

Returns:
true if collection is empty, false otherwise
-
-


Generated on Tue May 25 23:22:42 2010 for pugixml by  - -doxygen 1.4.6-NO
- - -- cgit v1.2.3