RapidXmlWriterNode Class Reference

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

Public Member Functions

RapidXmlWriterNodeappend_attribute (const std::string &name, const std::string &value)
 
RapidXmlWriterNodeappend_bool_attribute (const std::string &name, const std::string &trueValue, const std::string &falseValue, bool value)
 
RapidXmlWriterNodeappend_data_node (const std::string &value)
 
RapidXmlWriterNode append_node (const std::string &name)
 
RapidXmlWriterNodeappend_optional_bool_attribute (const std::string &name, const std::string &trueValue, const std::string &falseValue, bool value, bool defaultValue)
 
RapidXmlWriterNodeappend_string_node (const std::string &name, const std::string &value)
 

Friends

class RapidXmlWriter
 

Detailed Description

Definition at line 35 of file RapidXmlWriter.h.

Member Function Documentation

◆ append_attribute()

RapidXmlWriterNode & append_attribute ( const std::string & name,
const std::string & value )
inline

Definition at line 59 of file RapidXmlWriter.h.

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

◆ append_bool_attribute()

RapidXmlWriterNode & append_bool_attribute ( const std::string & name,
const std::string & trueValue,
const std::string & falseValue,
bool value )
inline

Definition at line 67 of file RapidXmlWriter.h.

+ Here is the call graph for this function:

◆ append_data_node()

RapidXmlWriterNode & append_data_node ( const std::string & value)
inline

Definition at line 99 of file RapidXmlWriter.h.

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

◆ append_node()

RapidXmlWriterNode append_node ( const std::string & name)
inline

Definition at line 91 of file RapidXmlWriter.h.

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

◆ append_optional_bool_attribute()

RapidXmlWriterNode & append_optional_bool_attribute ( const std::string & name,
const std::string & trueValue,
const std::string & falseValue,
bool value,
bool defaultValue )
inline

Definition at line 77 of file RapidXmlWriter.h.

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

◆ append_string_node()

RapidXmlWriterNode & append_string_node ( const std::string & name,
const std::string & value )
inline

Definition at line 107 of file RapidXmlWriter.h.

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

Friends And Related Symbol Documentation

◆ RapidXmlWriter

friend class RapidXmlWriter
friend

Definition at line 37 of file RapidXmlWriter.h.


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