#include <pugixml.hpp>
Examples: Definition at line 1135 of file pugixml.hpp.
Public Types | |
| enum | type_t { type_unsorted, type_sorted, type_sorted_reverse } |
| typedef const xpath_node * | const_iterator |
Public Member Functions | |
| xpath_node_set () | |
| xpath_node_set (const_iterator begin, const_iterator end, type_t type=type_unsorted) | |
| ~xpath_node_set () | |
| 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 |
| typedef const xpath_node* const_iterator |
Definition at line 1147 of file pugixml.hpp.
| enum type_t |
| Enumerator | |
|---|---|
| type_unsorted | |
| type_sorted | |
| type_sorted_reverse | |
Definition at line 1139 of file pugixml.hpp.
| xpath_node_set | ( | ) |
| xpath_node_set | ( | const_iterator | begin, |
| const_iterator | end, | ||
| type_t | type = type_unsorted |
||
| ) |
| ~xpath_node_set | ( | ) |
| xpath_node_set | ( | const xpath_node_set & | ns | ) |
| const_iterator begin | ( | ) | const |
Examples: | bool empty | ( | ) | const |
| const_iterator end | ( | ) | const |
Examples: | xpath_node first | ( | ) | const |
| xpath_node_set& operator= | ( | const xpath_node_set & | ns | ) |
| const xpath_node& operator[] | ( | size_t | index | ) | const |
| size_t size | ( | ) | const |
Examples: | type_t type | ( | ) | const |