Robotics Library  0.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Private Attributes | List of all members
rl::xml::Namespace Class Reference

#include <Namespace.h>

Public Member Functions

 Namespace (xmlNsPtr ns)
 
 Namespace (xmlNodePtr node, const ::std::string &href, const ::std::string &prefix)
 
virtual ~Namespace ()
 
::std::string getHref () const
 
::std::string getPrefix () const
 
xmlNsPtr operator() () const
 

Private Attributes

xmlNsPtr ns
 

Constructor & Destructor Documentation

rl::xml::Namespace::Namespace ( xmlNsPtr  ns)
inline
rl::xml::Namespace::Namespace ( xmlNodePtr  node,
const ::std::string &  href,
const ::std::string &  prefix 
)
inline
virtual rl::xml::Namespace::~Namespace ( )
inlinevirtual

Member Function Documentation

::std::string rl::xml::Namespace::getHref ( ) const
inline
::std::string rl::xml::Namespace::getPrefix ( ) const
inline
xmlNsPtr rl::xml::Namespace::operator() ( ) const
inline

Member Data Documentation

xmlNsPtr rl::xml::Namespace::ns
private

The documentation for this class was generated from the following file: