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