XPath result object.
More...
#include <xpath_object.h>
| Enumerator |
|---|
| type_null |
|
| type_node_set |
|
| type_boolean |
|
| type_number |
|
| type_string |
|
| CL_XPathObject::CL_XPathObject |
( |
) | |
|
| CL_XPathObject::CL_XPathObject |
( |
bool |
value) | |
|
| CL_XPathObject::CL_XPathObject |
( |
double |
value) | |
|
| CL_XPathObject::CL_XPathObject |
( |
size_t |
value) | |
|
| CL_XPathObject::CL_XPathObject |
( |
const CL_StringRef & |
value) | |
|
| CL_XPathObject::CL_XPathObject |
( |
const std::vector< CL_DomNode > & |
value) | |
|
| bool CL_XPathObject::get_boolean |
( |
) | |
const |
Get Boolean.
- Returns
- boolean
| std::vector<CL_DomNode> CL_XPathObject::get_node_set |
( |
) | |
const |
| double CL_XPathObject::get_number |
( |
) | |
const |
Get Number.
- Returns
- number
Get String.
- Returns
- string
| Type CL_XPathObject::get_type |
( |
) | |
const |
| bool CL_XPathObject::is_null |
( |
) | |
const |
Is Null.
- Returns
- true = null
| void CL_XPathObject::set_boolean |
( |
bool |
value) | |
|
| void CL_XPathObject::set_node_set |
( |
const std::vector< CL_DomNode > & |
node_set) | |
|
| void CL_XPathObject::set_null |
( |
) | |
|
| void CL_XPathObject::set_number |
( |
double |
value) | |
|
The documentation for this class was generated from the following file: