Searched refs:RaiseError (Results 1 – 4 of 4) sorted by relevance
91 context_.RaiseError(XML_ERROR_SYNTAX); in ExpatStartElement()131 context_.RaiseError(XML_ERROR_SYNTAX); in ExpatXmlDecl()136 context_.RaiseError(XML_ERROR_SYNTAX); in ExpatXmlDecl()144 context_.RaiseError(XML_ERROR_INCORRECT_ENCODING); in ExpatXmlDecl()160 context_.RaiseError(XML_GetErrorCode(expat_)); in Parse()
36 virtual void RaiseError(XML_Error err) = 0;76 virtual void RaiseError(XML_Error err) { if (!raised_) raised_ = err; } in RaiseError() function
76 pctx->RaiseError(XML_ERROR_SYNTAX); in StartElement()
45 pctx->RaiseError(XML_ERROR_SYNTAX); in IncomingStartElement()