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

#include <DomParser.h>

List of all members.

Public Member Functions

 DomParser ()
virtual ~DomParser ()
Document readFile (const ::std::string &filename, const ::std::string &encoding="", const int &options=0) const

Private Attributes

::boost::shared_ptr
< xmlParserCtxt > 
parser

Constructor & Destructor Documentation

rl::xml::DomParser::DomParser ( )
inline
virtual rl::xml::DomParser::~DomParser ( )
inlinevirtual

Member Function Documentation

Document rl::xml::DomParser::readFile ( const ::std::string &  filename,
const ::std::string &  encoding = "",
const int &  options = 0 
) const
inline

Member Data Documentation

::boost::shared_ptr< xmlParserCtxt > rl::xml::DomParser::parser
private

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