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

Quick Search    Search Deep

org.jfor.jfor.converter: Javadoc index of package org.jfor.jfor.converter.


Package Samples:

org.jfor.jfor.converter

Classes:

Converter: Main class for XSL:FO to RTF conversion, acts as a ContentHandler for the parser and dispatches SAX events to the appropriate IBuilders.
PageBuilder: Recognizes the simple-page-master xml:fo tag for specifying page and and margin size. Instantiates RtfPage through RtfPageArea.
TableContext: Used when handling fo:table to hold information common to several builders that collaborate to build the table.
NullBuilder: An IBuilder that builds nothing, meant to be used for xsl:fo elements that must be ignored.
TextBuilder: Builds RtfText objects for fo:inline, also used by ParagraphBuilder to process text
BuilderContext: A BuilderContext is shared between all IBuilders when building an RTF document
PageAttributesConverter: Converts simple-page-master attributes into strings as defined in RtfPage.
IBuilder: interface for Builders that create RtfElements in response to SAX events
TableAttributesConverter: Provides methods to convert the attributes (padding) to RtfAttributes.
IgnoreChildrenNullBuilder: A NullBuilder that also causes child xsl:fo elements to be ignored.
AfterBuilder: AbstractBuilder used to build the "after" region, i.e. footers
ValueConversionException: Indicates an error in converting an XSL:FO value to RTF value
SectionBuilder: Builds an RtfSection for the fo:page-sequence element.
IConverterOption: Interface for access to the converter option class.
ExternalGraphicBuilder: An IBuilder that handles fo:external-graphic
ListItemLabelBuilder: An IBuilder that handles fo:list-item-label
ParagraphBuilder: Builds RtfParagraphs for fo:block elements.
BasicLinkBuilder: This class build process.
StyleSheetBuilder: an IBuilder that handles jfor:stylesheet
TableColumnBuilder: An IBuilder that handles fo:table-column
TextAttributesConverter: Converts SAX attributes to RtfAttributes

Home | Contact Us | Privacy Policy | Terms of Service