Class SafeContentHandler

  • All Implemented Interfaces:
    ContentHandler

    public class SafeContentHandler
    extends Object
    implements ContentHandler
    Ensures that only one start and end document event is passed onto the underlying ContentHandler. This object can only be used once and then discarded.
    Author:
    James Strachan