|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FoTreeListener
An interface for classes that need to handle FOTreeEvent objects as they are fired. The key benefit to using this interface is that the implementation can handle PageSequence objects at a higher level, rather than dealing directly with a lower-level SAX event.
FoTreeEvent
Method Summary | |
---|---|
void |
foComplete(FoTreeEvent event)
Method for handling a completed FObj object. |
void |
foDocumentComplete(FoTreeEvent event)
Method for handling the end of the document. |
void |
foPageSequenceComplete(FoTreeEvent event)
Method for handling a completed PageSequence object. |
boolean |
wantsFoCompleteEvents()
This flag gives the FOTreeBuilder an opportunity to avoid creating unnecessary event objects unless somebody wants them. |
Method Detail |
---|
void foComplete(FoTreeEvent event)
event
- The FOTreeEvent that has been fired.void foPageSequenceComplete(FoTreeEvent event)
event
- The FOTreeEvent that has been fired.void foDocumentComplete(FoTreeEvent event)
event
- The FOTreeEvent that has been fired.boolean wantsFoCompleteEvents()
|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.