#include <Document.h>
|
::std::unique_ptr< ::xmlDoc, decltype(&::xmlFreeDoc)> | doc |
|
◆ Document() [1/3]
rl::xml::Document::Document |
( |
const ::std::string & |
version = "1.0" | ) |
|
|
inlineexplicit |
◆ Document() [2/3]
rl::xml::Document::Document |
( |
::xmlDocPtr |
doc | ) |
|
|
inlineexplicit |
◆ Document() [3/3]
rl::xml::Document::Document |
( |
Document && |
document | ) |
|
|
inline |
◆ ~Document()
rl::xml::Document::~Document |
( |
| ) |
|
|
inline |
◆ dumpFormatMemory()
::std::string rl::xml::Document::dumpFormatMemory |
( |
const bool & |
format | ) |
const |
|
inline |
◆ dumpMemory()
::std::string rl::xml::Document::dumpMemory |
( |
| ) |
const |
|
inline |
◆ get()
::xmlDocPtr rl::xml::Document::get |
( |
| ) |
const |
|
inline |
◆ getCompression()
int rl::xml::Document::getCompression |
( |
| ) |
const |
|
inline |
◆ getEncoding()
::std::string rl::xml::Document::getEncoding |
( |
| ) |
const |
|
inline |
◆ getName()
::std::string rl::xml::Document::getName |
( |
| ) |
const |
|
inline |
◆ getProperties()
int rl::xml::Document::getProperties |
( |
| ) |
const |
|
inline |
◆ getRootElement()
Node rl::xml::Document::getRootElement |
( |
| ) |
const |
|
inline |
◆ getVersion()
::std::string rl::xml::Document::getVersion |
( |
| ) |
const |
|
inline |
◆ isStandalone()
bool rl::xml::Document::isStandalone |
( |
| ) |
const |
|
inline |
◆ operator*()
::xmlDoc& rl::xml::Document::operator* |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ release()
::xmlDocPtr rl::xml::Document::release |
( |
| ) |
|
|
inline |
◆ save() [1/2]
void rl::xml::Document::save |
( |
const ::std::string & |
filename, |
|
|
const ::std::string & |
encoding, |
|
|
const bool & |
format = true |
|
) |
| const |
|
inline |
◆ save() [2/2]
void rl::xml::Document::save |
( |
const ::std::string & |
filename, |
|
|
const bool & |
format = true |
|
) |
| const |
|
inline |
◆ setRootElement()
void rl::xml::Document::setRootElement |
( |
const Node & |
node | ) |
|
|
inline |
◆ substitute()
int rl::xml::Document::substitute |
( |
const int & |
flags = 0 | ) |
|
|
inline |
◆ doc
::std::unique_ptr< ::xmlDoc, decltype(&::xmlFreeDoc)> rl::xml::Document::doc |
|
private |
The documentation for this class was generated from the following file: