#include <Node.h>
Static Public Member Functions |
static Node | Text (const ::std::string &content) |
Private Attributes |
xmlNodePtr | node |
Constructor & Destructor Documentation
rl::xml::Node::Node |
( |
xmlNodePtr |
node | ) |
|
|
inline |
rl::xml::Node::Node |
( |
const ::std::string & |
name | ) |
|
|
inline |
virtual rl::xml::Node::~Node |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
Node rl::xml::Node::addChild |
( |
const Node & |
node | ) |
|
|
inline |
Node rl::xml::Node::addNextSibling |
( |
const Node & |
node | ) |
|
|
inline |
Node rl::xml::Node::addPrevSibling |
( |
const Node & |
node | ) |
|
|
inline |
Node rl::xml::Node::addSibling |
( |
const Node & |
node | ) |
|
|
inline |
Attribute rl::xml::Node::getAttribute |
( |
const ::std::string & |
name | ) |
const |
|
inline |
unsigned long rl::xml::Node::getChildElementCount |
( |
| ) |
const |
|
inline |
::std::string rl::xml::Node::getContent |
( |
| ) |
const |
|
inline |
::std::string rl::xml::Node::getLocalPath |
( |
const ::std::string & |
uri | ) |
const |
|
inline |
::std::string rl::xml::Node::getName |
( |
| ) |
const |
|
inline |
::std::string rl::xml::Node::getRelativeUri |
( |
const ::std::string & |
uri | ) |
const |
|
inline |
::std::string rl::xml::Node::getUri |
( |
const ::std::string & |
uri | ) |
const |
|
inline |
bool rl::xml::Node::hasAttribute |
( |
const ::std::string & |
name | ) |
const |
|
inline |
bool rl::xml::Node::isText |
( |
| ) |
const |
|
inline |
xmlNodePtr rl::xml::Node::operator() |
( |
| ) |
const |
|
inline |
Node rl::xml::Node::replace |
( |
const Node & |
node | ) |
|
|
inline |
void rl::xml::Node::setContent |
( |
const ::std::string & |
content | ) |
|
|
inline |
void rl::xml::Node::setName |
( |
const ::std::string & |
name | ) |
|
|
inline |
int rl::xml::Node::substitute |
( |
const int & |
flags = 0 | ) |
|
|
inline |
static Node rl::xml::Node::Text |
( |
const ::std::string & |
content | ) |
|
|
inlinestatic |
void rl::xml::Node::unlink |
( |
| ) |
|
|
inline |
Member Data Documentation
xmlNodePtr rl::xml::Node::node |
|
private |
The documentation for this class was generated from the following file: