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

Quick Search    Search Deep

org.jdaemon.six: Javadoc index of package org.jdaemon.six.


Package Samples:

org.jdaemon.six

Classes:

ReportBuilder: ReportBuilder provides utility methods for creation of report documents. Generally ReportBuilder will be used to create XML documents. A number of XML element types are implicitly defined by the ReportBuilder API: report header row group cell sort free-text These element types are primarily morphological in as much as they define how documents generated by ReportBuilder are laid out: For example, header elements can contain header-row elements but not datum elements. Most of these elements also support a class attribute. This allows element types which have the same morphological characteristics ...
DescriptorBuilder: Interface for outputting Report metadata in order to dynamically build a stylesheet. Although a given report can be rendered by a static stylesheet, the limitations of XSL make it difficult to create a single stylesheet that will render a large variety of different reports. For instance, simple tasks like hiding a column of data require either that the name of the column be hardwired into the stylesheet, or that we use some non-standard XSL features. We solve this problem instead by defining a report metadata language that can be rendered into a stylesheet using XSL. In essence, we use a meta-stylesheet ...
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. The document model that 'Builder' implicitly defines is similar, but not identical to, the XML document model. As in XML, a document is comprised of a tree of elements. Elements have a type string, which is equivalent to the XML tag. Elements can have attributes, also like XML. Elements can also contain 'content'. Unlike XML, the content of an element is not assumed to be textual. Instead, ...
BuilderDelegator: A Builder instance that delegates all calls to some other Builder (the delegate). This class is used as a base for other classes that enrich the functionality of some other builder. In itself it provides no worthwhile functionality.
TransformerStack: BuilderDelegator that allows Transformers to be added or removed from some base Builder
Transformer: An interface for objects that add additional processing to some base builder
ClassID: Class encapsulating naming convention for SIX element class attribute
DOMBuilder

Home | Contact Us | Privacy Policy | Terms of Service