Searched refs:RaiseError (Results 1 – 5 of 5) sorted by relevance
113 context_.RaiseError(XML_ERROR_SYNTAX); in ExpatStartElement()153 context_.RaiseError(XML_ERROR_SYNTAX); in ExpatXmlDecl()158 context_.RaiseError(XML_ERROR_SYNTAX); in ExpatXmlDecl()166 context_.RaiseError(XML_ERROR_INCORRECT_ENCODING); in ExpatXmlDecl()182 context_.RaiseError(XML_GetErrorCode(expat_)); in Parse()
53 virtual void RaiseError(XML_Error err) = 0;93 virtual void RaiseError(XML_Error err) { if (!raised_) raised_ = err; } in RaiseError() function
96 pctx->RaiseError(XML_ERROR_SYNTAX); in StartElement()
72 context->RaiseError(XML_ERROR_ABORTED); in StartElement()100 context->RaiseError(XML_ERROR_SYNTAX); in GetIntValue()140 context->RaiseError(XML_ERROR_SYNTAX); in GetDoubleValue()
61 pctx->RaiseError(XML_ERROR_SYNTAX); in IncomingStartElement()