xmlwrapp
Lightweight C++ XML parsing library
|
This is the complete list of members for xml::xpath_context, including all inherited members.
evaluate(const std::string &expr, error_handler &on_error=throw_on_error) | xml::xpath_context | |
evaluate(const std::string &expr, const xml::node &n, error_handler &on_error=throw_on_error) | xml::xpath_context | |
evaluate(const std::string &expr, xml::node &n, error_handler &on_error=throw_on_error) | xml::xpath_context | |
register_namespace(const std::string &prefix, const std::string &href) | xml::xpath_context | |
xpath_context(const xml::document &doc) | xml::xpath_context |