XPath result object.
More...
#include <xpath_object.h>
List of all members.
Detailed Description
XPath result object.
Member Enumeration Documentation
- Enumerator:
type_null |
|
type_node_set |
|
type_boolean |
|
type_number |
|
type_string |
|
Constructor & Destructor Documentation
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 |
) |
|
Member Function Documentation
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 |
) |
|
Set node set.
- Parameters:
-
void CL_XPathObject::set_null |
( |
|
) |
|
void CL_XPathObject::set_number |
( |
double |
value |
) |
|
void CL_XPathObject::set_string |
( |
const CL_StringRef & |
str |
) |
|
The documentation for this class was generated from the following file: