56 #ifndef _xmlxpathnodeset_h
57 #define _xmlxpathnodeset_h
121 const XPathNode& operator[](
size_t index)
const;
125 const_iterator begin()
const;
129 const_iterator end()
const;
133 void sort(
bool reverse =
false);
159 void _assign(const_iterator begin, const_iterator end);
166 #endif // Include guard
const XPathNode * const_iterator
An iterator trait. Const iterator for XPathNodes.
A fixed sized collection of nodes that an XPathQuery can work on.
The definition of the Mezzanine::XML::XPathNode.
An XPath node which can store handles to a XML::Node or an XML::Attribute.
Sorted by document order (ascending)
All the definitions for datatypes as well as some basic conversion functions are defined here...
CollectionType
The different ways a collection may or may not be ordered.
The bulk of the engine components go in this namspace.