/// <exception cref="System.IO.IOException"/> public virtual void VisitOp(FSEditLogOp op) { try { op.OutputToXml(contentHandler); } catch (SAXException e) { throw new IOException("SAX error: " + e.Message); } }