Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jdaemon.six

Interface Summary
Builder Builder is an interface for the dynamic creation of complex document structures Although Builder is oriented towards creating XML-style documents, in principle it can be used for creating arbitrary document types.
Transformer An interface for objects that add additional processing to some base builder
 

Class Summary
BuilderDelegator A Builder instance that delegates all calls to some other Builder (the delegate).
ClassID Class encapsulating naming convention for SIX element class attribute
DescriptorBuilder Interface for outputting Report metadata in order to dynamically build a stylesheet.
DOMBuilder  
ReportBuilder ReportBuilder provides utility methods for creation of report documents.
TransformerStack BuilderDelegator that allows Transformers to be added or removed from some base Builder