MarkLogic Connect
MarkLogic Connect Client API Collection
|
Public Types | |
enum | type_t { type_unsorted, type_sorted, type_sorted_reverse } |
typedef const xpath_node * | const_iterator |
typedef const xpath_node * | iterator |
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_set & | operator= (const xpath_node_set &ns) |
type_t | type () const |
size_t | size () const |
const xpath_node & | operator[] (size_t index) const |
const_iterator | begin () const |
const_iterator | end () const |
void | sort (bool reverse=false) |
xpath_node | first () const |
bool | empty () const |