|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
foDocumentComplete(FOTreeEvent event)
Method for handling the end of the document. |
void |
foFObjComplete(FOTreeEvent event)
Method for handling a completed FObj object. |
void |
foPageSequenceComplete(FOTreeEvent event)
Method for handling a completed PageSequence object. |
boolean |
wantsFObjCompleteEvents()
This flag gives the FOTreeBuilder an opportunity to avoid creating unnecessary event objects unless somebody wants them. |
Method Detail |
public void foFObjComplete(FOTreeEvent event)
event
- The FOTreeEvent that has been fired.public void foPageSequenceComplete(FOTreeEvent event)
event
- The FOTreeEvent that has been fired.public void foDocumentComplete(FOTreeEvent event)
event
- The FOTreeEvent that has been fired.public boolean wantsFObjCompleteEvents()
|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.