Uses of Interface
org.ujac.print.DocumentEventRecorder

Packages that use DocumentEventRecorder
org.ujac.print   
org.ujac.print.tag   
 

Uses of DocumentEventRecorder in org.ujac.print
 

Methods in org.ujac.print that return DocumentEventRecorder
 DocumentEventRecorder DocumentHandler.popEventRecorder()
          Pops the top item from the event recorder stack.
 DocumentEventRecorder DocumentHandler.topEventRecorder()
          Gets the top item from the event recorder stack.
 

Methods in org.ujac.print with parameters of type DocumentEventRecorder
 void DocumentHandler.pushEventRecorder(DocumentEventRecorder recorder)
          Pushes an item on the event recorder stack.
 

Uses of DocumentEventRecorder in org.ujac.print.tag
 

Classes in org.ujac.print.tag that implement DocumentEventRecorder
 class BaseLoopTag
          Name: BaseLoopTag
Description: A base class for loop tags like the <foreach> and <print-table> tag.
 class FooterPartTag
          Name: FooterPartTag.java
Description: Class handling <footer-part> tags.
 class ForeachTag
          Name: ForeachTag
Description: A class iterating over a given sequence (list, table etc.) and repeats the nested body for each element of the sequence.
 class HeaderFooterPartTag
          Name: HeaderFooterPartTag.java
Description: Base class for header and footer part tags.
 class HeaderPartTag
          Name: HeaderPartTag.java
Description: Class handling <header-part> tags.
 class IndexTag
          Name: IndexTag
Description: Handler class for the <index> tag.
This tag loops over the table of contents entries, which have been registered during the main document processing step and prints tag entries in alphabetic order which are marked as index relevant.
 class MacroDefTag
          Name: MacroDefTag
Description: A tag defining macros.
 class PrintTableTag
          Name: PrintTableTag
Description: A class iterating over a given table and repeats the nested body for each element of the table.
 class SegmentTag
          Name: SegmentTag
Description: A class handling <segment> tags.
 class TocTag
          Name: TocTag
Description: Handler class for the <toc> tag.
This tag loops over the table of contents entries, which have been registered during the main document processing step.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.