#include <pugixml.hpp>
Public Member Functions | |
const xpath_parse_result & | result () const |
virtual const char * | what () const noexcept PUGIXML_OVERRIDE |
xpath_exception (const xpath_parse_result &result) | |
Private Attributes | |
xpath_parse_result | _result |
Definition at line 1258 of file pugixml.hpp.
|
explicit |
Definition at line 11937 of file pugixml.cpp.
References _result, and pugi::xpath_parse_result::error.
PUGI__FN const xpath_parse_result & pugi::xpath_exception::result | ( | ) | const |
Definition at line 11947 of file pugixml.cpp.
References _result.
|
virtualnoexcept |
Definition at line 11942 of file pugixml.cpp.
References _result, and pugi::xpath_parse_result::error.
|
private |
Definition at line 1261 of file pugixml.hpp.
Referenced by result(), what(), and xpath_exception().