xpath_variable_set Class Reference

xpath_variable_set Class Reference

#include <pugixml.hpp>

Class Description

Definition at line 985 of file pugixml.hpp.

Public Member Functions

 xpath_variable_set ()
 
 ~xpath_variable_set ()
 
xpath_variableadd (const char_t *name, xpath_value_type type)
 
bool set (const char_t *name, bool value)
 
bool set (const char_t *name, double value)
 
bool set (const char_t *name, const char_t *value)
 
bool set (const char_t *name, const xpath_node_set &value)
 
xpath_variableget (const char_t *name)
 
const xpath_variableget (const char_t *name) const
 

Constructor & Destructor Documentation

Member Function Documentation

xpath_variable* add ( const char_t name,
xpath_value_type  type 
)
xpath_variable* get ( const char_t name)
const xpath_variable* get ( const char_t name) const
bool set ( const char_t name,
bool  value 
)
bool set ( const char_t name,
double  value 
)
bool set ( const char_t name,
const char_t value 
)
bool set ( const char_t name,
const xpath_node_set value 
)

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