Represent a XML document.
More...
#include <hpp/manipulation/parser/parser.hh>
List of all members.
Public Member Functions |
| RootFactory (const DevicePtr_t dev=DevicePtr_t()) |
DevicePtr_t | device () const |
std::string | prependPrefix (const std::string &in) const |
std::string | removePrefix (const std::string &in) const |
void | prefix (const std::string &prefix) |
Detailed Description
Represent a XML document.
Constructor & Destructor Documentation
hpp::manipulation::parser::RootFactory::RootFactory |
( |
const DevicePtr_t |
dev = DevicePtr_t() | ) |
|
Member Function Documentation
DevicePtr_t hpp::manipulation::parser::RootFactory::device |
( |
| ) |
const |
void hpp::manipulation::parser::RootFactory::prefix |
( |
const std::string & |
prefix | ) |
[inline] |
std::string hpp::manipulation::parser::RootFactory::prependPrefix |
( |
const std::string & |
in | ) |
const [inline] |
std::string hpp::manipulation::parser::RootFactory::removePrefix |
( |
const std::string & |
in | ) |
const [inline] |