Searched refs:RaisedError (Results 1 – 2 of 2) sorted by relevance
79 if (context_.RaisedError() != XML_ERROR_NONE) in ExpatStartElement()106 if (context_.RaisedError() != XML_ERROR_NONE) in ExpatEndElement()117 if (context_.RaisedError() != XML_ERROR_NONE) in ExpatCharacterData()127 if (context_.RaisedError() != XML_ERROR_NONE) in ExpatXmlDecl()163 if (context_.RaisedError() != XML_ERROR_NONE) { in Parse()165 pxph_->Error(&context_, context_.RaisedError()); in Parse()
79 XML_Error RaisedError() { return raised_; } in RaisedError() function