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 34 of file RapidXmlWriter.h.

Member Function Documentation

◆ append_attribute()

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

Definition at line 54 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 59 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 79 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 73 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 64 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 85 of file RapidXmlWriter.h.

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

Friends And Related Function Documentation

◆ RapidXmlWriter

friend class RapidXmlWriter
friend

Definition at line 36 of file RapidXmlWriter.h.


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