cinder::XmlDocument Class Reference
#include <Xml.h>
List of all members.
Constructor & Destructor Documentation
cinder::XmlDocument::XmlDocument |
( |
|
) |
|
cinder::XmlDocument::XmlDocument |
( |
const std::string & |
filePath |
) |
|
cinder::XmlDocument::XmlDocument |
( |
std::istream & |
is |
) |
|
Member Function Documentation
XmlElement cinder::XmlDocument::rootNode |
( |
|
) |
const |
std::vector< XmlElement > cinder::XmlDocument::xpath |
( |
const char * |
aXpathExpr |
) |
const |
Friends And Related Function Documentation
std::istream& operator>> |
( |
std::istream & |
in, |
|
|
XmlDocument & |
base | |
|
) |
| | [friend] |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const XmlDocument & |
base | |
|
) |
| | [friend] |
The documentation for this class was generated from the following files: