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