#include <rapidxml.hpp>
Public Member Functions | |
template<class Ch > | |
Ch * | where () const |
Gets pointer to character data where error happened. More... | |
Definition at line 98 of file rapidxml.hpp.
|
inlineinherited |
Gets pointer to character data where error happened.
Ch should be the same as char type of xml_document that produced the error.
Definition at line 89 of file rapidxml.hpp.