#include <_static/pugixml.hpp>
Public Member Functions | |
xpath_exception (const xpath_parse_result &result) | |
virtual const char * | what () const PUGIXML_OVERRIDE throw () |
const xpath_parse_result & | result () const |
Private Attributes | |
xpath_parse_result | _result |
Definition at line 1268 of file pugixml.hpp.
|
explicit |
Definition at line 12013 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 12023 of file pugixml.cpp.
References _result.
|
virtual |
Definition at line 12018 of file pugixml.cpp.
References _result, and pugi::xpath_parse_result::error.
|
private |
Definition at line 1271 of file pugixml.hpp.
Referenced by result(), what(), and xpath_exception().