Searched refs:RaisedError (Results 1 – 2 of 2) sorted by relevance
101 if (context_.RaisedError() != XML_ERROR_NONE) in ExpatStartElement()128 if (context_.RaisedError() != XML_ERROR_NONE) in ExpatEndElement()139 if (context_.RaisedError() != XML_ERROR_NONE) in ExpatCharacterData()149 if (context_.RaisedError() != XML_ERROR_NONE) in ExpatXmlDecl()185 if (context_.RaisedError() != XML_ERROR_NONE) { in Parse()187 pxph_->Error(&context_, context_.RaisedError()); in Parse()
96 XML_Error RaisedError() { return raised_; } in RaisedError() function