Class SafeContentHandler

java.lang.Object
org.apache.commons.jelly.util.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