OpenCPN Partial API docs
Loading...
Searching...
No Matches
pugi::xpath_query Class Reference

Public Member Functions

 xpath_query (const char_t *query, xpath_variable_set *variables=0)
 
xpath_value_type return_type () const
 
bool evaluate_boolean (const xpath_node &n) const
 
double evaluate_number (const xpath_node &n) const
 
string_t evaluate_string (const xpath_node &n) const
 
size_t evaluate_string (char_t *buffer, size_t capacity, const xpath_node &n) const
 
xpath_node_set evaluate_node_set (const xpath_node &n) const
 
xpath_node evaluate_node (const xpath_node &n) const
 
const xpath_parse_resultresult () const
 
 operator unspecified_bool_type () const
 
bool operator! () const
 

Detailed Description

Definition at line 1270 of file pugixml.hpp.

Constructor & Destructor Documentation

◆ xpath_query() [1/2]

PUGI__FN pugi::xpath_query::xpath_query ( const char_t *  query,
xpath_variable_set variables = 0 
)
explicit

Definition at line 11824 of file pugixml.cpp.

◆ xpath_query() [2/2]

PUGI__FN pugi::xpath_query::xpath_query ( )

Definition at line 11852 of file pugixml.cpp.

◆ ~xpath_query()

PUGI__FN pugi::xpath_query::~xpath_query ( )

Definition at line 11854 of file pugixml.cpp.

Member Function Documentation

◆ evaluate_boolean()

PUGI__FN bool pugi::xpath_query::evaluate_boolean ( const xpath_node n) const

Definition at line 11890 of file pugixml.cpp.

◆ evaluate_node()

PUGI__FN xpath_node pugi::xpath_query::evaluate_node ( const xpath_node n) const

Definition at line 11968 of file pugixml.cpp.

◆ evaluate_node_set()

PUGI__FN xpath_node_set pugi::xpath_query::evaluate_node_set ( const xpath_node n) const

Definition at line 11950 of file pugixml.cpp.

◆ evaluate_number()

PUGI__FN double pugi::xpath_query::evaluate_number ( const xpath_node n) const

Definition at line 11904 of file pugixml.cpp.

◆ evaluate_string() [1/2]

PUGI__FN size_t pugi::xpath_query::evaluate_string ( char_t *  buffer,
size_t  capacity,
const xpath_node n 
) const

Definition at line 11929 of file pugixml.cpp.

◆ evaluate_string() [2/2]

PUGI__FN string_t pugi::xpath_query::evaluate_string ( const xpath_node n) const

Definition at line 11919 of file pugixml.cpp.

◆ operator unspecified_bool_type()

PUGI__FN pugi::xpath_query::operator xpath_query::unspecified_bool_type ( ) const

Definition at line 11992 of file pugixml.cpp.

◆ operator!()

PUGI__FN bool pugi::xpath_query::operator! ( ) const

Definition at line 11996 of file pugixml.cpp.

◆ result()

PUGI__FN const xpath_parse_result & pugi::xpath_query::result ( ) const

Definition at line 11986 of file pugixml.cpp.

◆ return_type()

PUGI__FN xpath_value_type pugi::xpath_query::return_type ( ) const

Definition at line 11884 of file pugixml.cpp.


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