NDDEM
Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
pugi::xpath_query Class Reference

#include <pugixml.hpp>

Public Member Functions

 xpath_query (const char_t *query, xpath_variable_set *variables=PUGIXML_NULL)
 
 xpath_query ()
 
 ~xpath_query ()
 
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
 

Private Types

typedef void(* unspecified_bool_type) (xpath_query ***)
 

Private Member Functions

 xpath_query (const xpath_query &)
 
xpath_queryoperator= (const xpath_query &)
 

Private Attributes

void * _impl
 
xpath_parse_result _result
 

Member Typedef Documentation

◆ unspecified_bool_type

typedef void(* pugi::xpath_query::unspecified_bool_type) (xpath_query ***)
private

Constructor & Destructor Documentation

◆ xpath_query() [1/3]

pugi::xpath_query::xpath_query ( const xpath_query )
private

◆ xpath_query() [2/3]

PUGI_IMPL_FN pugi::xpath_query::xpath_query ( const char_t query,
xpath_variable_set variables = PUGIXML_NULL 
)
explicit

◆ xpath_query() [3/3]

PUGI_IMPL_FN pugi::xpath_query::xpath_query ( )

◆ ~xpath_query()

PUGI_IMPL_FN pugi::xpath_query::~xpath_query ( )

Member Function Documentation

◆ evaluate_boolean()

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

◆ evaluate_node()

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

◆ evaluate_node_set()

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

◆ evaluate_number()

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

◆ evaluate_string() [1/2]

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

◆ evaluate_string() [2/2]

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

◆ operator unspecified_bool_type()

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

◆ operator!()

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

◆ operator=()

xpath_query& pugi::xpath_query::operator= ( const xpath_query )
private

◆ result()

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

◆ return_type()

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

Member Data Documentation

◆ _impl

void* pugi::xpath_query::_impl
private

◆ _result

xpath_parse_result pugi::xpath_query::_result
private

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