#include <DomParser.h>
|
| DomParser () |
|
| ~DomParser () |
|
::xmlParserCtxtPtr | get () const |
|
::xmlParserCtxt & | operator* () const |
|
Document | readFile (const ::std::string &filename, const ::std::string &encoding="", const int &options=0) const |
|
Document | readMemory (const ::std::string &buffer, const ::std::string &url="", const ::std::string &encoding="", const int &options=0) const |
|
|
::std::shared_ptr< ::xmlParserCtxt > | parser |
|
◆ DomParser()
rl::xml::DomParser::DomParser |
( |
| ) |
|
|
inline |
◆ ~DomParser()
rl::xml::DomParser::~DomParser |
( |
| ) |
|
|
inline |
◆ get()
::xmlParserCtxtPtr rl::xml::DomParser::get |
( |
| ) |
const |
|
inline |
◆ operator*()
::xmlParserCtxt& rl::xml::DomParser::operator* |
( |
| ) |
const |
|
inline |
◆ readFile()
Document rl::xml::DomParser::readFile |
( |
const ::std::string & |
filename, |
|
|
const ::std::string & |
encoding = "" , |
|
|
const int & |
options = 0 |
|
) |
| const |
|
inline |
◆ readMemory()
Document rl::xml::DomParser::readMemory |
( |
const ::std::string & |
buffer, |
|
|
const ::std::string & |
url = "" , |
|
|
const ::std::string & |
encoding = "" , |
|
|
const int & |
options = 0 |
|
) |
| const |
|
inline |
◆ parser
::std::shared_ptr< ::xmlParserCtxt> rl::xml::DomParser::parser |
|
private |
The documentation for this class was generated from the following file: