This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofXml::Search Class Reference
#include <ofXml.h>
Public Member Functions | |
Search () | |
pugi::xpath_node_set::type_t | type () const |
size_t | size () const |
ofXml | operator[] (size_t index) const |
ofXmlSearchIterator | begin () const |
ofXmlSearchIterator | end () const |
void | sort (bool reverse=false) |
ofXml | getFirst () const |
bool | empty () const |
Friends | |
class | ofXml |
Constructor & Destructor Documentation
◆ Search()
|
inline |
Member Function Documentation
◆ begin()
ofXmlSearchIterator ofXml::Search::begin | ( | ) | const |
◆ empty()
bool ofXml::Search::empty | ( | ) | const |
◆ end()
ofXmlSearchIterator ofXml::Search::end | ( | ) | const |
◆ getFirst()
ofXml ofXml::Search::getFirst | ( | ) | const |
◆ operator[]()
ofXml ofXml::Search::operator[] | ( | size_t | index | ) | const |
◆ size()
size_t ofXml::Search::size | ( | ) | const |
◆ sort()
void ofXml::Search::sort | ( | bool | reverse = false | ) |
◆ type()
pugi::xpath_node_set::type_t ofXml::Search::type | ( | ) | const |
Friends And Related Symbol Documentation
◆ ofXml
|
friend |
The documentation for this class was generated from the following files: