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

Quick Search    Search Deep
A B C D E F G H I J L M N O P R S T U V W

A

ATTRIBUTE_FO_KEEP_TOGETHER - Static variable in class org.jfor.jfor.converter.ParagraphBuilder
 
ATTRIB_NAME - Static variable in class org.jfor.jfor.converter.TemplateBuilder
 
ATTRIB_RAW_NAME - Static variable in class org.jfor.jfor.converter.TemplateBuilder
 
AbstractBuilder - class org.jfor.jfor.converter.AbstractBuilder.
Base class for Builders
AbstractBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.AbstractBuilder
 
AfterBuilder - class org.jfor.jfor.converter.AfterBuilder.
AbstractBuilder used to build the "after" region, i.e.
AfterBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.AfterBuilder
if this fo:block is nested into another one, this is the builder that processes the enclosing block
addBottomPadding(RtfAttributes, int, boolean) - Static method in class org.jfor.jfor.converter.TableAttributesConverter
Adds the bottom padding attribute to the rtf attributes.
addLeftPadding(RtfAttributes, int, boolean) - Static method in class org.jfor.jfor.converter.TableAttributesConverter
Adds the left padding attribute to the rtf attributes.
addRightPadding(RtfAttributes, int, boolean) - Static method in class org.jfor.jfor.converter.TableAttributesConverter
Adds the right padding attribute to the rtf attributes.
addTopPadding(RtfAttributes, int, boolean) - Static method in class org.jfor.jfor.converter.TableAttributesConverter
Adds the top padding attribute to the rtf attributes.
afterAttributes - Variable in class org.jfor.jfor.converter.AfterBuilder
 
attributeIsSet(Attributes, String) - Static method in class org.jfor.jfor.converter.AbstractBuilder
true if the given attribute has a value (attribute is present) in the given Attributes
attributeIsSet(Attributes, String, Attributes) - Static method in class org.jfor.jfor.converter.AbstractBuilder
true if the given attribute has a value (attribute is present) in the given Attributes or the default attributes
attributes - Variable in class org.jfor.jfor.converter.BasicLinkBuilder
Attributes

B

BasicLinkBuilder - class org.jfor.jfor.converter.BasicLinkBuilder.
This class build process.
BasicLinkBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.BasicLinkBuilder
Default constructor.
BeforeBuilder - class org.jfor.jfor.converter.BeforeBuilder.
 
BeforeBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.BeforeBuilder
if this fo:block is nested into another one, this is the builder that processes the enclosing block
BuilderContext - class org.jfor.jfor.converter.BuilderContext.
A BuilderContext is shared between all IBuilders when building an RTF document
BuilderContext(Writer, ConverterLogChannel, IRtfOptions) - Constructor for class org.jfor.jfor.converter.BuilderContext
 
beforeAttributes - Variable in class org.jfor.jfor.converter.BeforeBuilder
 

C

CM_TO_TWIPS - Static variable in class org.jfor.jfor.converter.FoUnitsConverter
 
CW - Static variable in class org.jfor.jfor.converter.TableColumnBuilder
 
Converter - class org.jfor.jfor.converter.Converter.
Main class for XSL:FO to RTF conversion, acts as a ContentHandler for the parser and dispatches SAX events to the appropriate IBuilders.
Converter(InputSource, Writer, IConverterOption) - Constructor for class org.jfor.jfor.converter.Converter
build a Converter and start parsing
Converter(Writer, IConverterOption) - Constructor for class org.jfor.jfor.converter.Converter
A constructor for pure SAX events handling - used for Cocoon integration
Converter(Document, Writer, IConverterOption) - Constructor for class org.jfor.jfor.converter.Converter
build a Converter and start processing the given Document
ConverterException - exception org.jfor.jfor.converter.ConverterException.
Exception thrown by this package
ConverterException(String) - Constructor for class org.jfor.jfor.converter.ConverterException
 
ConverterLogChannel - class org.jfor.jfor.converter.ConverterLogChannel.
Simple logging mechanism for Converter
ConverterLogChannel(Writer) - Constructor for class org.jfor.jfor.converter.ConverterLogChannel
 
ConverterLogChannel(Writer, Writer, Writer, Writer) - Constructor for class org.jfor.jfor.converter.ConverterLogChannel
all parameters ignored, using log4j configuration
ConverterOption - class org.jfor.jfor.converter.ConverterOption.
Options for Converter
ConverterOption() - Constructor for class org.jfor.jfor.converter.ConverterOption
Constructor.
ConverterOption(OutputStream, OutputStream, OutputStream, OutputStream) - Constructor for class org.jfor.jfor.converter.ConverterOption
Constructor.
ConverterOption(Writer, Writer, Writer, Writer) - Constructor for class org.jfor.jfor.converter.ConverterOption
Constructor.
ConverterOption(OutputStream) - Constructor for class org.jfor.jfor.converter.ConverterOption
Constructor.
characters(String) - Method in class org.jfor.jfor.converter.AbstractBuilder
called by the parser for Text nodes
characters(String) - Method in class org.jfor.jfor.converter.BasicLinkBuilder
Called by the parser for Text nodes.
characters(char[], int, int) - Method in class org.jfor.jfor.converter.Converter
Parser calls this to process text nodes
characters(String) - Method in class org.jfor.jfor.converter.ExternalGraphicBuilder
Called by the parser for Text nodes.
characters(String) - Method in interface org.jfor.jfor.converter.IBuilder
called by the parser for Text nodes
characters(String) - Method in class org.jfor.jfor.converter.ListItemLabelBuilder
called by the parser for Text nodes
characters(String) - Method in class org.jfor.jfor.converter.ParagraphBuilder
called by the parser for Text nodes
characters(String) - Method in class org.jfor.jfor.converter.TextBuilder
called by the parser for Text nodes
checkColor(String) - Method in class org.jfor.jfor.converter.FoColorConverter.RgbColorDecoder
Validates the color String and gets a tokenizer with three tokens.
convertAttributes(Attributes) - Static method in class org.jfor.jfor.converter.ListAttributesConverter
 
convertAttributes(Attributes, ConverterLogChannel) - Static method in class org.jfor.jfor.converter.PageAttributesConverter
convert xsl:fo attributes to RTF text attributes
convertAttributes(Attributes, RtfAttributes, boolean) - Static method in class org.jfor.jfor.converter.TableAttributesConverter
Converts xsl:fo attributes to RTF table/row/cell attributes.
convertAttributes(Attributes, RtfAttributes, ConverterLogChannel) - Static method in class org.jfor.jfor.converter.TextAttributesConverter
convert xsl:fo attributes to RTF text attributes
convertCellAttributes(Attributes, RtfAttributes) - Static method in class org.jfor.jfor.converter.TableAttributesConverter
Converts cell attributes to rtf attributes.
convertFontSize(String) - Method in class org.jfor.jfor.converter.FoUnitsConverter
convert a font size given in points like "12pt"
convertRowAttributes(Attributes) - Static method in class org.jfor.jfor.converter.JforCmdAttributesConverter
Converts jfor-cmd to rtf attributes.
convertRowAttributes(Attributes, RtfAttributes) - Static method in class org.jfor.jfor.converter.TableAttributesConverter
Converts table and row attributes to rtf attributes.
convertToTwips(String) - Method in class org.jfor.jfor.converter.FoUnitsConverter
convert given value to RTF units
createConverterOption() - Static method in class org.jfor.jfor.converter.Converter
 
createConverterOption(OutputStream) - Static method in class org.jfor.jfor.converter.Converter
 
createConverterOption(OutputStream, OutputStream, OutputStream, OutputStream) - Static method in class org.jfor.jfor.converter.Converter
 
createConverterOption(Writer, Writer, Writer, Writer) - Static method in class org.jfor.jfor.converter.Converter
 

D

decreaseRowSpannings() - Method in class org.jfor.jfor.converter.TableContext
Added by Peter Herweg on 2002-06-29 This function is called after each finished table-row.

E

ExternalGraphicBuilder - class org.jfor.jfor.converter.ExternalGraphicBuilder.
An IBuilder that handles fo:external-graphic
ExternalGraphicBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.ExternalGraphicBuilder
Default constructor.
end() - Method in class org.jfor.jfor.converter.AfterBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.BasicLinkBuilder
Called by Converter at the end of an element.
end() - Method in class org.jfor.jfor.converter.BeforeBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.ExternalGraphicBuilder
Called by Converter at the end of an element.
end() - Method in interface org.jfor.jfor.converter.IBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.ListBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.ListItemBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.ListItemLabelBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.NullBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.PageBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.PageNumberBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.PageNumberCitationBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.ParagraphBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.SectionBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.StyleSheetBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.TableBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.TableCellBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.TableColumnBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.TableHeaderBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.TableRowBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.TemplateBuilder
called by Converter at the end of an element
end() - Method in class org.jfor.jfor.converter.TextBuilder
called by Converter at the end of an element
endDocument() - Method in class org.jfor.jfor.converter.Converter
Parser calls this when done parsing the document
endElement(String, String, String) - Method in class org.jfor.jfor.converter.Converter
Parser calls this for each element in a document

F

FO_BASIC_LINK - Static variable in class org.jfor.jfor.converter.BasicLinkBuilder
Name of fo basic link tag
FoColorConverter - class org.jfor.jfor.converter.FoColorConverter.
Converts XSL-FO units to RTF units
FoColorConverter() - Constructor for class org.jfor.jfor.converter.FoColorConverter
singleton pattern
FoColorConverter.HexColorDecoder - class org.jfor.jfor.converter.FoColorConverter.HexColorDecoder.
IColorDecoder for colors specified in hexadecimal ("#00c000").
FoColorConverter.HexColorDecoder() - Constructor for class org.jfor.jfor.converter.FoColorConverter.HexColorDecoder
 
FoColorConverter.IColorDecoder - interface org.jfor.jfor.converter.FoColorConverter.IColorDecoder.
interface for various types of color decoders
FoColorConverter.NamedColorDecoder - class org.jfor.jfor.converter.FoColorConverter.NamedColorDecoder.
IColorDecoder for named colors ("white", "black" etc.).
FoColorConverter.NamedColorDecoder() - Constructor for class org.jfor.jfor.converter.FoColorConverter.NamedColorDecoder
 
FoColorConverter.RgbColorDecoder - class org.jfor.jfor.converter.FoColorConverter.RgbColorDecoder.
IColorDecoder for color definitions like "rgb(12,24,32)"
FoColorConverter.RgbColorDecoder() - Constructor for class org.jfor.jfor.converter.FoColorConverter.RgbColorDecoder
 
FoUnitsConverter - class org.jfor.jfor.converter.FoUnitsConverter.
Converts XSL-FO units to RTF units
FoUnitsConverter() - Constructor for class org.jfor.jfor.converter.FoUnitsConverter
singleton pattern

G

getAttribute(Attributes, String, String, boolean, Attributes) - Static method in class org.jfor.jfor.converter.AbstractBuilder
return the value of given attribute from the Attributes or the default Attributes
getAttribute(Attributes, String, String, boolean) - Static method in class org.jfor.jfor.converter.AbstractBuilder
return the value of given attribute
getAttributes() - Method in class org.jfor.jfor.converter.BasicLinkBuilder
Gets the attributes of the link.
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.AfterBuilder
this builder processes fo:block elements
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.BasicLinkBuilder
Return the appropriate builder for given element if we have one.
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.BeforeBuilder
this builder processes fo:block elements
getBuilder(Class, boolean) - Method in class org.jfor.jfor.converter.BuilderContext
find the "nearest" IBuilder of given class
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.ExternalGraphicBuilder
Return the appropriate builder for given element if we have one.
getBuilder(BuilderContext, String, Attributes) - Method in interface org.jfor.jfor.converter.IBuilder
factory method: return the appropriate builder for given element if we have one
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.ListBuilder
return a TableBuilder for fo:table elements
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.ListItemBuilder
return a TableBuilder for fo:table elements
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.ListItemLabelBuilder
return a TableBuilder for fo:table elements
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.NullBuilder
return a NullBuilder according to the list of tagnames to ignore.
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.PageBuilder
this builder applies to fo:root
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.PageNumberBuilder
this builder applies to fo:root
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.PageNumberCitationBuilder
this builder applies to fo:root
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.ParagraphBuilder
this builder processes fo:block elements
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.SectionBuilder
this builder applies to fo:root
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.StyleSheetBuilder
this builder processes jfor:stylesheet elements
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.TableBuilder
return a TableBuilder for fo:table elements
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.TableCellBuilder
return a TableCellBuilder for fo:table-cell elements
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.TableColumnBuilder
return a TableBuilder for fo:table elements
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.TableHeaderBuilder
return a TableBuilder for fo:table elements
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.TableRowBuilder
return a TableBuilder for fo:table elements
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.TemplateBuilder
this builder processes jfor:style-template elements
getBuilder(BuilderContext, String, Attributes) - Method in class org.jfor.jfor.converter.TextBuilder
this builder processes fo:inline elements
getColumnIndex() - Method in class org.jfor.jfor.converter.TableContext
Added by Boris Poudérous on 07/22/2002
getColumnRowSpanningAttrs() - Method in class org.jfor.jfor.converter.TableContext
 
getColumnRowSpanningNumber() - Method in class org.jfor.jfor.converter.TableContext
 
getColumnWidth() - Method in class org.jfor.jfor.converter.TableContext
get current column width according to column iteration index
getContainer(Class, boolean, IBuilder) - Method in class org.jfor.jfor.converter.BuilderContext
find the "nearest" container that implements the given interface on our stack
getInstance() - Static method in class org.jfor.jfor.converter.FoColorConverter
singleton pattern
getInstance() - Static method in class org.jfor.jfor.converter.FoUnitsConverter
singleton pattern
getLog() - Method in class org.jfor.jfor.converter.ConverterOption
Gets the log channel.
getLog() - Method in interface org.jfor.jfor.converter.IConverterOption
Gets the log channel.
getNumberOfColumns() - Method in class org.jfor.jfor.converter.TableContext
Added by Boris Poudérous on 07/22/2002
getObjectFromStack(Stack, Class) - Method in class org.jfor.jfor.converter.BuilderContext
find first object of given class from top of stack s
getRtfColorNumber(String, ConverterLogChannel) - Method in class org.jfor.jfor.converter.FoColorConverter.HexColorDecoder
Convert xslFoColor into an RTF color index.
getRtfColorNumber(String, ConverterLogChannel) - Method in interface org.jfor.jfor.converter.FoColorConverter.IColorDecoder
Convert xslFoColor into an RTF color index.
getRtfColorNumber(String, ConverterLogChannel) - Method in class org.jfor.jfor.converter.FoColorConverter.NamedColorDecoder
Convert xslFoColor into an RTF color index.
getRtfColorNumber(String, ConverterLogChannel) - Method in class org.jfor.jfor.converter.FoColorConverter.RgbColorDecoder
Convert xslFoColor into an RTF color index.
getRtfColorNumber(String, ConverterLogChannel) - Method in class org.jfor.jfor.converter.FoColorConverter
Compute the RTF color number for given XSL-FO color attribute.
getRtfExternalGraphicCompressionRate() - Method in class org.jfor.jfor.converter.ConverterOption
Gets the compression rate for the image in percent.
getRtfFile() - Method in class org.jfor.jfor.converter.BuilderContext
return the RtfFile that we're building
getTableContext() - Method in class org.jfor.jfor.converter.BuilderContext
return the current TableContext
getValue(Attributes, String) - Static method in class org.jfor.jfor.converter.AbstractBuilder
return the value of the attribute with the specified name from the given Attributes
getValue(Attributes, String, Attributes) - Static method in class org.jfor.jfor.converter.AbstractBuilder
return the value of the attribute with the specified name from the given Attributes or the default attributes
getXmlReader() - Method in class org.jfor.jfor.converter.ConverterOption
Gets the standard XML reader.
getXmlReader() - Method in interface org.jfor.jfor.converter.IConverterOption
Gets the standard XML reader.
graphic - Variable in class org.jfor.jfor.converter.ExternalGraphicBuilder
RTF graphic object

H

hasAttributeValue(Attributes, String, String, Attributes) - Static method in class org.jfor.jfor.converter.AbstractBuilder
true if the given attribute value is contained in the given Attributes or the default attributes
hasAttributeValue(Attributes, String, String) - Static method in class org.jfor.jfor.converter.AbstractBuilder
true if the given attribute value is contained in the given Attributes
hexToDec(String) - Method in class org.jfor.jfor.converter.FoColorConverter.HexColorDecoder
convert a hex string to decimal value

I

IBuilder - interface org.jfor.jfor.converter.IBuilder.
interface for Builders that create RtfElements in response to SAX events
IConverterOption - interface org.jfor.jfor.converter.IConverterOption.
Interface for access to the converter option class.
IGNORED_TAGNAMES - Static variable in class org.jfor.jfor.converter.Converter
define xsl:fo elements that must not be processed
IN_TO_TWIPS - Static variable in class org.jfor.jfor.converter.FoUnitsConverter
millimeters and centimeters to twips: , one point is 1/72 of an inch, one inch is 25.4 mm
IgnoreChildrenNullBuilder - class org.jfor.jfor.converter.IgnoreChildrenNullBuilder.
A NullBuilder that also causes child xsl:fo elements to be ignored.
IgnoreChildrenNullBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.IgnoreChildrenNullBuilder
 
ignoreChildren() - Method in class org.jfor.jfor.converter.AbstractBuilder
if true, xsl:fo elements that are children of an element using this builder must be ignored
ignoreChildren() - Method in class org.jfor.jfor.converter.ExternalGraphicBuilder
Ignores child nodes.
ignoreChildren() - Method in interface org.jfor.jfor.converter.IBuilder
if true, xsl:fo elements that are children of an element using this builder must be ignored
ignoreChildren() - Method in class org.jfor.jfor.converter.IgnoreChildrenNullBuilder
tell Converter to ignore xsl:fo children elements
imageCompressionRate - Variable in class org.jfor.jfor.converter.ConverterOption
Compression rate of the image

J

JForCmdProcessor - class org.jfor.jfor.converter.JForCmdProcessor.
 
JForCmdProcessor(AbstractBuilder) - Constructor for class org.jfor.jfor.converter.JForCmdProcessor
 
JforCmdAttributesConverter - class org.jfor.jfor.converter.JforCmdAttributesConverter.
 
JforCmdAttributesConverter() - Constructor for class org.jfor.jfor.converter.JforCmdAttributesConverter
 

L

ListAttributesConverter - class org.jfor.jfor.converter.ListAttributesConverter.
 
ListAttributesConverter() - Constructor for class org.jfor.jfor.converter.ListAttributesConverter
 
ListBuilder - class org.jfor.jfor.converter.ListBuilder.
An IBuilder that handles fo:list-block
ListBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.ListBuilder
 
ListItemBuilder - class org.jfor.jfor.converter.ListItemBuilder.
An IBuilder that handles fo:list-item
ListItemBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.ListItemBuilder
 
ListItemLabelBuilder - class org.jfor.jfor.converter.ListItemLabelBuilder.
An IBuilder that handles fo:list-item-label
ListItemLabelBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.ListItemLabelBuilder
 
link - Variable in class org.jfor.jfor.converter.BasicLinkBuilder
Link
log - Variable in class org.jfor.jfor.converter.BuilderContext
log channel
logDebug(String) - Method in class org.jfor.jfor.converter.ConverterLogChannel
 
logDuration() - Method in class org.jfor.jfor.converter.Converter
log duration of conversion
logError(String) - Method in class org.jfor.jfor.converter.ConverterLogChannel
 
logInfo(String) - Method in class org.jfor.jfor.converter.ConverterLogChannel
 
logSaxEvent(String, String, String, Attributes) - Method in class org.jfor.jfor.converter.Converter
write sax events to m_saxLog if it is enabled
logWarning(String) - Method in class org.jfor.jfor.converter.ConverterLogChannel
 

M

MM_TO_TWIPS - Static variable in class org.jfor.jfor.converter.FoUnitsConverter
 
m_after - Variable in class org.jfor.jfor.converter.AfterBuilder
 
m_attrib - Variable in class org.jfor.jfor.converter.AfterBuilder
 
m_attrib - Variable in class org.jfor.jfor.converter.BeforeBuilder
 
m_attrib - Variable in class org.jfor.jfor.converter.ParagraphBuilder
 
m_attributes - Variable in class org.jfor.jfor.converter.PageNumberCitationBuilder
 
m_attributes - Variable in class org.jfor.jfor.converter.TextBuilder
 
m_before - Variable in class org.jfor.jfor.converter.BeforeBuilder
 
m_builder - Variable in class org.jfor.jfor.converter.Converter
active builder
m_builder - Variable in class org.jfor.jfor.converter.JForCmdProcessor
 
m_builderLog - Static variable in class org.jfor.jfor.converter.Converter
logkit channel used to debug which Builders are used to process the input
m_builders - Variable in class org.jfor.jfor.converter.BuilderContext
stack of IBuilders
m_builders - Variable in class org.jfor.jfor.converter.Converter
List of IBuilders in priority order
m_characterBuffer - Variable in class org.jfor.jfor.converter.Converter
used to process text nodes
m_colIndex - Variable in class org.jfor.jfor.converter.TableContext
 
m_colRowSpanningAttrs - Variable in class org.jfor.jfor.converter.TableContext
Added by Peter Herweg on 2002-06-29 If there has a vertical merged cell to be created, its attributes are inherited from the corresponding MERGE_START-cell.
m_colRowSpanningNumber - Variable in class org.jfor.jfor.converter.TableContext
Added by Peter Herweg on 2002-06-29 This ArrayList contains one element for each column in the table.
m_colWidths - Variable in class org.jfor.jfor.converter.TableContext
 
m_container - Variable in class org.jfor.jfor.converter.TextBuilder
 
m_containers - Variable in class org.jfor.jfor.converter.BuilderContext
stack of RtfContainers
m_context - Variable in class org.jfor.jfor.converter.AbstractBuilder
 
m_context - Variable in class org.jfor.jfor.converter.Converter
shared context between all builders
m_context - Variable in class org.jfor.jfor.converter.TableContext
 
m_decoders - Variable in class org.jfor.jfor.converter.FoColorConverter
add new IColorDecoders here, in priority order
m_instance - Static variable in class org.jfor.jfor.converter.FoColorConverter
 
m_instance - Static variable in class org.jfor.jfor.converter.FoUnitsConverter
 
m_jforCmdProcessor - Variable in class org.jfor.jfor.converter.AbstractBuilder
 
m_log - Variable in class org.jfor.jfor.converter.Converter
"old" jfor log channel
m_log - Variable in class org.jfor.jfor.converter.ConverterOption
Log channel
m_logger - Static variable in class org.jfor.jfor.converter.ConverterLogChannel
 
m_nestedInto - Variable in class org.jfor.jfor.converter.ParagraphBuilder
if this fo:block is nested into another one, this is the builder that processes the enclosing block
m_options - Variable in class org.jfor.jfor.converter.BuilderContext
Rtf options
m_options - Variable in class org.jfor.jfor.converter.Converter
Options for this class
m_pageNumber - Variable in class org.jfor.jfor.converter.PageNumberBuilder
 
m_pageNumberCitation - Variable in class org.jfor.jfor.converter.PageNumberCitationBuilder
 
m_para - Variable in class org.jfor.jfor.converter.ParagraphBuilder
 
m_paraKeepOpenOwner - Variable in class org.jfor.jfor.converter.ParagraphBuilder
Determine if this block is the owner of the keep-together attribute
m_paragraphKeeptogetherContext - Variable in class org.jfor.jfor.converter.ParagraphBuilder
 
m_rtfFile - Variable in class org.jfor.jfor.converter.BuilderContext
the RtfFile we're building
m_rtfJforCmd - Variable in class org.jfor.jfor.converter.JForCmdProcessor
 
m_saxLog - Static variable in class org.jfor.jfor.converter.Converter
logkit channel used to debug SAX events
m_start - Variable in class org.jfor.jfor.converter.Converter
 
m_tableContexts - Variable in class org.jfor.jfor.converter.BuilderContext
stack of TableContexts
m_tagnames - Variable in class org.jfor.jfor.converter.NullBuilder
 
m_textBuilder - Variable in class org.jfor.jfor.converter.ParagraphBuilder
 
m_twipFactors - Static variable in class org.jfor.jfor.converter.FoUnitsConverter
conversion factors keyed by xsl:fo units names
maybeProcessCharacters() - Method in class org.jfor.jfor.converter.Converter
Check if the buffer character must be processed

N

NUMBERED_LIST - Static variable in class org.jfor.jfor.converter.ListItemLabelBuilder
 
NullBuilder - class org.jfor.jfor.converter.NullBuilder.
An IBuilder that builds nothing, meant to be used for xsl:fo elements that must be ignored.
NullBuilder(BuilderContext, Set) - Constructor for class org.jfor.jfor.converter.NullBuilder
create a NullBuilder that applies to all given tagnames
nestedParagraphEnds() - Method in class org.jfor.jfor.converter.ParagraphBuilder
called by end() when an fo:block that is directly nested into the one we are processing ends
numberToTwips(String, String) - Method in class org.jfor.jfor.converter.FoUnitsConverter
convert given value to twips according to given units

O

org.jfor.jfor.converter - package org.jfor.jfor.converter
 

P

POINT_TO_TWIPS - Static variable in class org.jfor.jfor.converter.FoUnitsConverter
points to twips: 1 twip is 1/20 of a point
PageAttributesConverter - class org.jfor.jfor.converter.PageAttributesConverter.
Converts simple-page-master attributes into strings as defined in RtfPage.
PageAttributesConverter() - Constructor for class org.jfor.jfor.converter.PageAttributesConverter
 
PageBuilder - class org.jfor.jfor.converter.PageBuilder.
Recognizes the simple-page-master xml:fo tag for specifying page and and margin size.
PageBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.PageBuilder
 
PageNumberBuilder - class org.jfor.jfor.converter.PageNumberBuilder.
 
PageNumberBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.PageNumberBuilder
 
PageNumberCitationBuilder - class org.jfor.jfor.converter.PageNumberCitationBuilder.
 
PageNumberCitationBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.PageNumberCitationBuilder
 
ParagraphBuilder - class org.jfor.jfor.converter.ParagraphBuilder.
Builds RtfParagraphs for fo:block elements.
ParagraphBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.ParagraphBuilder
 
p_area - Variable in class org.jfor.jfor.converter.PageBuilder
 
popBuilderAndGetPreviousOne() - Method in class org.jfor.jfor.converter.BuilderContext
pop the topmost IBuilder from our stack and return previous builder on stack
popContainer() - Method in class org.jfor.jfor.converter.BuilderContext
pop the topmost RtfContainer from our stack
popTableContext() - Method in class org.jfor.jfor.converter.BuilderContext
pop a TableContext from our stack
postEnd() - Method in class org.jfor.jfor.converter.AbstractBuilder
called by Converter after calling end()
postEnd() - Method in interface org.jfor.jfor.converter.IBuilder
called by Converter after calling end()
postEnd() - Method in class org.jfor.jfor.converter.JForCmdProcessor
 
preStart(String, Attributes) - Method in class org.jfor.jfor.converter.AbstractBuilder
called by Converter before calling start()
preStart(String, Attributes) - Method in interface org.jfor.jfor.converter.IBuilder
called by Converter before calling start()
preStart(String, Attributes) - Method in class org.jfor.jfor.converter.JForCmdProcessor
 
processCharacters(String) - Method in class org.jfor.jfor.converter.Converter
process the text
pushBuilder(IBuilder) - Method in class org.jfor.jfor.converter.BuilderContext
push an IBuilder to our stack
pushContainer(RtfContainer) - Method in class org.jfor.jfor.converter.BuilderContext
push an RtfContainer on our stack
pushTableContext(TableContext) - Method in class org.jfor.jfor.converter.BuilderContext
push a TableContext to our stack

R

replaceContainer(RtfContainer, RtfContainer) - Method in class org.jfor.jfor.converter.BuilderContext
in some cases an RtfContainer must be replaced by another one on the stack.

S

STANDARD_OUTPUT_STREAM_WRITER - Variable in class org.jfor.jfor.converter.ConverterOption
Standard writer
SectionBuilder - class org.jfor.jfor.converter.SectionBuilder.
Builds an RtfSection for the fo:page-sequence element.
SectionBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.SectionBuilder
 
StyleSheetBuilder - class org.jfor.jfor.converter.StyleSheetBuilder.
an IBuilder that handles jfor:stylesheet
StyleSheetBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.StyleSheetBuilder
Constructor.
StyleSheetBuilder(BuilderContext, boolean) - Constructor for class org.jfor.jfor.converter.StyleSheetBuilder
Constructor.
selectFirstColumn() - Method in class org.jfor.jfor.converter.TableContext
reset the column iteration index, meant to be called when creating a new row The 'public' modifier has been added by Boris Poudérous for 'number-columns-spanned' processing
selectNextColumn() - Method in class org.jfor.jfor.converter.TableContext
increment the column iteration index The 'public' modifier has been added by Boris Poudérous for 'number-columns-spanned' processing
setAttribute(RtfHyperLink, String, String) - Method in class org.jfor.jfor.converter.BasicLinkBuilder
Sets a attribute of the image.
setAttribute(RtfExternalGraphic, String, String) - Method in class org.jfor.jfor.converter.ExternalGraphicBuilder
Sets a attribute of the image.
setCurrentColumnRowSpanning(Integer, RtfAttributes) - Method in class org.jfor.jfor.converter.TableContext
 
setNextColumnRowSpanning(Integer, RtfAttributes) - Method in class org.jfor.jfor.converter.TableContext
 
setNextColumnWidth(String) - Method in class org.jfor.jfor.converter.TableContext
 
setRtfExternalGraphicCompressionRate(int) - Method in class org.jfor.jfor.converter.ConverterOption
Sets the compression rate for the image in percent.
setupConverter() - Method in class org.jfor.jfor.converter.Converter
must be called before starting the conversion process
start(String, Attributes) - Method in class org.jfor.jfor.converter.AfterBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.BasicLinkBuilder
Called by Converter at the start of an element.
start(String, Attributes) - Method in class org.jfor.jfor.converter.BeforeBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.ExternalGraphicBuilder
Called by Converter at the start of an element.
start(String, Attributes) - Method in interface org.jfor.jfor.converter.IBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.ListBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.ListItemBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.ListItemLabelBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.NullBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.PageBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.PageNumberBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.PageNumberCitationBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.ParagraphBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.SectionBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.StyleSheetBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.TableBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.TableCellBuilder
called by Converter at the start of an element Modified by Peter Herweg on 2003-06-29 in order to support "number-rows-spanned"
start(String, Attributes) - Method in class org.jfor.jfor.converter.TableColumnBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.TableHeaderBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.TableRowBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.TemplateBuilder
called by Converter at the start of an element
start(String, Attributes) - Method in class org.jfor.jfor.converter.TextBuilder
called by Converter at the start of an element
startDocument() - Method in class org.jfor.jfor.converter.Converter
Receive notification of the beginning of the document
startElement(String, String, String, Attributes) - Method in class org.jfor.jfor.converter.Converter
 
startParagraph(boolean) - Method in class org.jfor.jfor.converter.ParagraphBuilder
Add an RtfParagraph to the current paragraph container.
startParagraphKeepTogether() - Method in class org.jfor.jfor.converter.ParagraphBuilder
Create a new RtfParagraphKeepTogether
style - Variable in class org.jfor.jfor.converter.StyleSheetBuilder
Flag whether is it a stylesheet or a style

T

TAG_FO_BLOCK - Static variable in class org.jfor.jfor.converter.ParagraphBuilder
 
TAG_STATIC - Static variable in class org.jfor.jfor.converter.AfterBuilder
 
TAG_STATIC - Static variable in class org.jfor.jfor.converter.BeforeBuilder
 
TAG_XSL_REGION_AFTER - Static variable in class org.jfor.jfor.converter.AfterBuilder
 
TC - Static variable in class org.jfor.jfor.converter.TableColumnBuilder
 
TableAttributesConverter - class org.jfor.jfor.converter.TableAttributesConverter.
Provides methods to convert the attributes (padding) to RtfAttributes.
TableAttributesConverter() - Constructor for class org.jfor.jfor.converter.TableAttributesConverter
Constructor.
TableBuilder - class org.jfor.jfor.converter.TableBuilder.
An IBuilder that handles fo:table
TableBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.TableBuilder
 
TableCellBuilder - class org.jfor.jfor.converter.TableCellBuilder.
An IBuilder that handles fo:table-cell
TableCellBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.TableCellBuilder
 
TableColumnBuilder - class org.jfor.jfor.converter.TableColumnBuilder.
An IBuilder that handles fo:table-column
TableColumnBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.TableColumnBuilder
 
TableContext - class org.jfor.jfor.converter.TableContext.
Used when handling fo:table to hold information common to several builders that collaborate to build the table.
TableContext(BuilderContext) - Constructor for class org.jfor.jfor.converter.TableContext
 
TableHeaderBuilder - class org.jfor.jfor.converter.TableHeaderBuilder.
An IBuilder that handles fo:table-header
TableHeaderBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.TableHeaderBuilder
 
TableRowBuilder - class org.jfor.jfor.converter.TableRowBuilder.
An IBuilder that handles fo:table-row
TableRowBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.TableRowBuilder
 
TemplateBuilder - class org.jfor.jfor.converter.TemplateBuilder.
 
TemplateBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.TemplateBuilder
Constructor.
TextAttributesConverter - class org.jfor.jfor.converter.TextAttributesConverter.
Converts SAX attributes to RtfAttributes
TextAttributesConverter() - Constructor for class org.jfor.jfor.converter.TextAttributesConverter
 
TextBuilder - class org.jfor.jfor.converter.TextBuilder.
Builds RtfText objects for fo:inline, also used by ParagraphBuilder to process text
TextBuilder(BuilderContext) - Constructor for class org.jfor.jfor.converter.TextBuilder
 
TextBuilder(BuilderContext, IRtfTextContainer) - Constructor for class org.jfor.jfor.converter.TextBuilder
allows this to be used by other builders
toPrintableChars(String) - Static method in class org.jfor.jfor.converter.Converter
logging utility
toString() - Method in class org.jfor.jfor.converter.TextBuilder
debugging info

U

useForChildren(String, Attributes) - Method in class org.jfor.jfor.converter.AbstractBuilder
if true, builder is used for its child elements as well
useForChildren(String, Attributes) - Method in interface org.jfor.jfor.converter.IBuilder
if true, builder is used for its child elements as well
useForChildren(String, Attributes) - Method in class org.jfor.jfor.converter.ListItemLabelBuilder
if true, builder is used for its child elements as well

V

ValueConversionException - exception org.jfor.jfor.converter.ValueConversionException.
Indicates an error in converting an XSL:FO value to RTF value
ValueConversionException(String) - Constructor for class org.jfor.jfor.converter.ValueConversionException
 

W

whitespaceConvert - Variable in class org.jfor.jfor.converter.TextBuilder
 
writeRtf() - Method in class org.jfor.jfor.converter.Converter
write out RTF

A B C D E F G H I J L M N O P R S T U V W