MarkLogic Connect
MarkLogic Connect Client API Collection
Public Types | Public Member Functions | List of all members
pugi::xpath_node_set Class Reference

Public Types

enum  type_t { type_unsorted, type_sorted, type_sorted_reverse }
 
typedef const xpath_nodeconst_iterator
 
typedef const xpath_nodeiterator
 

Public Member Functions

 xpath_node_set (const_iterator begin, const_iterator end, type_t type=type_unsorted)
 
 xpath_node_set (const xpath_node_set &ns)
 
xpath_node_setoperator= (const xpath_node_set &ns)
 
type_t type () const
 
size_t size () const
 
const xpath_nodeoperator[] (size_t index) const
 
const_iterator begin () const
 
const_iterator end () const
 
void sort (bool reverse=false)
 
xpath_node first () const
 
bool empty () const
 

The documentation for this class was generated from the following file: