RapidXmlReader Class Reference

#include <ArmarXCore/core/rapidxml/wrapper/RapidXmlReader.h>

Public Member Functions

RapidXmlReaderNode getDocument ()
 
RapidXmlReaderNode getRoot (const char *name=nullptr)
 

Static Public Member Functions

static RapidXmlReaderPtr FromFile (const std::string &path)
 
static RapidXmlReaderPtr FromXmlString (const std::string &xml)
 
static std::string ReadFileContents (const std::string &path)
 

Detailed Description

Definition at line 447 of file RapidXmlReader.h.

Member Function Documentation

◆ FromFile()

static RapidXmlReaderPtr FromFile ( const std::string &  path)
inlinestatic

Definition at line 497 of file RapidXmlReader.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ FromXmlString()

static RapidXmlReaderPtr FromXmlString ( const std::string &  xml)
inlinestatic

Definition at line 491 of file RapidXmlReader.h.

+ Here is the caller graph for this function:

◆ getDocument()

RapidXmlReaderNode getDocument ( )
inline

Definition at line 502 of file RapidXmlReader.h.

+ Here is the caller graph for this function:

◆ getRoot()

RapidXmlReaderNode getRoot ( const char *  name = nullptr)
inline

Definition at line 507 of file RapidXmlReader.h.

+ Here is the call graph for this function:

◆ ReadFileContents()

static std::string ReadFileContents ( const std::string &  path)
inlinestatic

Definition at line 462 of file RapidXmlReader.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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