org.apache.fop.util
Interface ContentHandlerFactory.ObjectSource
- AFPExtensionHandler, PSExtensionHandler
public static interface ContentHandlerFactory.ObjectSource
Interface that ContentHandler implementations that parse Java objects from XML can implement
to return these objects.
getObject
public Object getObject()
- the object parsed from the SAX stream (call valid after parsing)
setObjectBuiltListener
public void setObjectBuiltListener(ContentHandlerFactory.ObjectBuiltListener listener)
Set a listener which gets notified when the object is fully built.
listener
- the listener which gets notified
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.