#include <Document.h>
|
::boost::shared_ptr< xmlDoc > | doc |
|
rl::xml::Document::Document |
( |
xmlDocPtr |
doc | ) |
|
|
inline |
virtual rl::xml::Document::~Document |
( |
| ) |
|
|
inlinevirtual |
::std::string rl::xml::Document::getEncoding |
( |
| ) |
const |
|
inline |
Node rl::xml::Document::getRootElement |
( |
| ) |
const |
|
inline |
::std::string rl::xml::Document::getVersion |
( |
| ) |
const |
|
inline |
xmlDocPtr rl::xml::Document::operator() |
( |
| ) |
const |
|
inline |
void rl::xml::Document::save |
( |
const ::std::string & |
filename, |
|
|
const bool & |
format = true |
|
) |
| const |
|
inline |
void rl::xml::Document::save |
( |
const ::std::string & |
filename, |
|
|
const ::std::string & |
encoding, |
|
|
const bool & |
format = true |
|
) |
| const |
|
inline |
void rl::xml::Document::setRootElement |
( |
const Node & |
node | ) |
|
|
inline |
int rl::xml::Document::substitute |
( |
const int & |
flags = 0 | ) |
|
|
inline |
::boost::shared_ptr< xmlDoc > rl::xml::Document::doc |
|
private |
The documentation for this class was generated from the following file: