A B C D E F G H I K L N P R S T U W X

A

add(String) - Method in class de.betabeans.scroogexhtml.converter.Formatter
Return the indented string, followed by the line separator.
add(String) - Method in class de.betabeans.scroogexhtml.dom.Document
Add a string to the current text object of the current paragraph.
add(char) - Method in class de.betabeans.scroogexhtml.dom.Document
Add a character to the current text object of the current paragraph.
add() - Method in class de.betabeans.scroogexhtml.dom.Document
Add a paragraph to the document.
add(char) - Method in interface de.betabeans.scroogexhtml.dom.DocumentNode
Add a character to the current document node.
add(String) - Method in interface de.betabeans.scroogexhtml.dom.DocumentNode
Add a string to the current document node.
add(char) - Method in class de.betabeans.scroogexhtml.dom.FormattedText
Add a character to the text.
add(String) - Method in class de.betabeans.scroogexhtml.dom.FormattedText
Add a string to the text.
add(String) - Method in class de.betabeans.scroogexhtml.dom.Paragraph
Add a String to the last text object.
add(char) - Method in class de.betabeans.scroogexhtml.dom.Paragraph
Add a character to the last text object in the paragraph.
addAfterTextConversionListener(AfterTextConversionListener) - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Add an afterTextConversion listener.
addBeforeTextConversionListener(BeforeTextConversionListener) - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Add an beforeTextConversion listener.
addEncoded(String) - Method in class de.betabeans.scroogexhtml.dom.Document
Adds a string to the current paragraph.
addHyperlinkListener(HyperlinkListener) - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Add a hyperlink listener.
addLogListener(LogListener) - Static method in class de.betabeans.scroogexhtml.logging.Logger
Add a log listener.
addProgressListener(ProgressListener) - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Add a progress listener.
afterTextConversion(AfterTextConversionEvent) - Method in interface de.betabeans.scroogexhtml.events.AfterTextConversionListener
Pass the afterTextConversion event to the event handler.
AfterTextConversionEvent - Class in de.betabeans.scroogexhtml.events
The event which occurs just after the text of an FormattedText object has been converted.
AfterTextConversionEvent(Object, FormattedText) - Constructor for class de.betabeans.scroogexhtml.events.AfterTextConversionEvent
Constructor for the TextElementEvent object.
AfterTextConversionListener - Interface in de.betabeans.scroogexhtml.events
Event listener 'afterTextConversion'.
applyParagraphProperties() - Method in class de.betabeans.scroogexhtml.converter.DOMWriter
Apply the current paragraph properties to the current paragraph object.
applyTextProperties() - Method in class de.betabeans.scroogexhtml.converter.DOMWriter
Apply the current text properties to the current text object.
applyTextProperties() - Method in interface de.betabeans.scroogexhtml.converter.Writer
Apply current character properties to current FormattedText object.

B

BasicConfigurator - Class in de.betabeans.scroogexhtml.logging
Utility class for quick configuration of the logging system.
beforeTextConversion(BeforeTextConversionEvent) - Method in interface de.betabeans.scroogexhtml.events.BeforeTextConversionListener
pass the afterTextConversion event to the event handler.
BeforeTextConversionEvent - Class in de.betabeans.scroogexhtml.events
The event which occurs just before the text of an FormattedText object will be converted.
BeforeTextConversionEvent(Object, FormattedText) - Constructor for class de.betabeans.scroogexhtml.events.BeforeTextConversionEvent
Constructor for the BeforeTextConversionEvent object.
BeforeTextConversionListener - Interface in de.betabeans.scroogexhtml.events
Event listener 'beforeTextConversion'.
buildHtml() - Method in class de.betabeans.scroogexhtml.dom.Document
Convert all paragraph objects to HTML/XHTML.
buildLangAttribute(String) - Method in class de.betabeans.scroogexhtml.translator.CustomTranslator
Build the lang attribute.
buildLangAttribute(String) - Method in class de.betabeans.scroogexhtml.translator.PlainText
No attribute.
buildLangAttribute(String) - Method in interface de.betabeans.scroogexhtml.translator.Translator
Returns a lang="xx" attribute for the given ISO language code.
buildPlainText() - Method in class de.betabeans.scroogexhtml.dom.Document
Build plain text.
buildSpanTag(String, String, StringBuffer) - Method in class de.betabeans.scroogexhtml.translator.CustomTranslator
Build the <span> tag.

C

CharacterProperties - Class in de.betabeans.scroogexhtml.converter
The CharacterProperties class is used to save the current state of the DOMWriter.
CharacterProperties() - Constructor for class de.betabeans.scroogexhtml.converter.CharacterProperties
 
charToUnicode(char) - Static method in class de.betabeans.scroogexhtml.converter.UnicodeConverter
Convert a character to Unicode.
CL_FONT - Static variable in interface de.betabeans.scroogexhtml.debugging.DebugInterface
Font names are gray.
CL_INFO - Static variable in interface de.betabeans.scroogexhtml.debugging.DebugInterface
Additional informations are black.
CL_PARAM - Static variable in interface de.betabeans.scroogexhtml.debugging.DebugInterface
Parameter values are blue.
CL_PARSED - Static variable in interface de.betabeans.scroogexhtml.debugging.DebugInterface
Parsed RTF code is green.
CL_UNKNOWN - Static variable in interface de.betabeans.scroogexhtml.debugging.DebugInterface
Unknown RTF code is red.
CL_WARN - Static variable in interface de.betabeans.scroogexhtml.debugging.DebugInterface
Warnings are yellow.
cloneAll() - Method in class de.betabeans.scroogexhtml.converter.CharacterProperties
Create a deep copy of the given object.
cloneAll() - Method in class de.betabeans.scroogexhtml.converter.ParagraphProperties
Get a clone of the object.
configure() - Static method in class de.betabeans.scroogexhtml.logging.BasicConfigurator
Add a LogListener which prints DEBUG and INFO level messages to System.out and all other messages to System.err.
convert() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLMain
The main converter method.
convert(PushbackReader, BufferedWriter) - Method in class de.betabeans.scroogexhtml.ScroogeXHTML
Convert RTF stream to XHTML / HTML stream.
convert(String) - Method in class de.betabeans.scroogexhtml.ScroogeXHTML
Convert RTF string to XHTML / HTML string.
convert(String, String) - Method in class de.betabeans.scroogexhtml.ScroogeXHTML
Convert RTF file to XHTML / HTML file.
convertFile(String) - Method in class de.betabeans.scroogexhtml.ScroogeXHTML
Convert RTF file to XHTML / HTML string.
copyFrom(CharacterProperties) - Method in class de.betabeans.scroogexhtml.converter.CharacterProperties
Copy all character properties from an existing instance.
copyFrom(ParagraphProperties) - Method in class de.betabeans.scroogexhtml.converter.ParagraphProperties
Copy all neccessary paragraph properties.
CustomTranslator - Class in de.betabeans.scroogexhtml.translator
Generic Translator.
CustomTranslator() - Constructor for class de.betabeans.scroogexhtml.translator.CustomTranslator
 

D

de.betabeans.scroogexhtml - package de.betabeans.scroogexhtml
Provides the main bean class, ScroogeXHTML.
de.betabeans.scroogexhtml.converter - package de.betabeans.scroogexhtml.converter
Provides the main converter classes.
de.betabeans.scroogexhtml.debugging - package de.betabeans.scroogexhtml.debugging
Provides the debugging classes.
de.betabeans.scroogexhtml.dom - package de.betabeans.scroogexhtml.dom
Provides a light-weight 'document object model'.
de.betabeans.scroogexhtml.events - package de.betabeans.scroogexhtml.events
Provides classes for bean event methods.
de.betabeans.scroogexhtml.logging - package de.betabeans.scroogexhtml.logging
Provides the logging classes.
de.betabeans.scroogexhtml.rtf - package de.betabeans.scroogexhtml.rtf
Provides RTF standard datatypes and constants.
de.betabeans.scroogexhtml.translator - package de.betabeans.scroogexhtml.translator
Provides a generic document translator.
debug(String, String) - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
This methods writes a debug string to the output document.
debug(String, char) - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Write debug string.
debug(Object) - Method in class de.betabeans.scroogexhtml.logging.DefaultLogger
Send a DEBUG string to the log.
debug(Object) - Method in interface de.betabeans.scroogexhtml.logging.Log
Log a message with debug log level.
debug(Object, Throwable) - Method in interface de.betabeans.scroogexhtml.logging.Log
Log an error with debug log level.
debug(Object) - Method in class de.betabeans.scroogexhtml.logging.Logger
Empty implementation
debug(Object, Throwable) - Method in class de.betabeans.scroogexhtml.logging.Logger
Empty implementation.
DebugInterface - Interface in de.betabeans.scroogexhtml.debugging
Debug Interface for embedded output
DEFAULT_FONT_NR_UNKNOWN - Static variable in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
The font number value when it is 'unknown'.
DefaultDebugger - Class in de.betabeans.scroogexhtml.debugging
Simple debugger implementation.
DefaultDebugger() - Constructor for class de.betabeans.scroogexhtml.debugging.DefaultDebugger
 
DefaultLogger - Class in de.betabeans.scroogexhtml.logging
A simple logger implementation.
DefaultLogger() - Constructor for class de.betabeans.scroogexhtml.logging.DefaultLogger
 
DG_BODY - Static variable in interface de.betabeans.scroogexhtml.rtf.RTFProperties
document group body
DG_BULLET - Static variable in interface de.betabeans.scroogexhtml.rtf.RTFProperties
document group bullet list
DG_COLORTABLE - Static variable in interface de.betabeans.scroogexhtml.rtf.RTFProperties
document group color table
DG_FONTTABLE - Static variable in interface de.betabeans.scroogexhtml.rtf.RTFProperties
document group font table
DG_IGNORE - Static variable in interface de.betabeans.scroogexhtml.rtf.RTFProperties
document group unknown
docTextToString() - Method in class de.betabeans.scroogexhtml.dom.FormattedText
Call the converter for this text element.
DOCTYPE_HTML_401_STRICT - Static variable in interface de.betabeans.scroogexhtml.translator.W3CDocument
HTML 4.01 Strict DOCTYPE definition.
DOCTYPE_HTML_401_TRANSITIONAL - Static variable in interface de.betabeans.scroogexhtml.translator.W3CDocument
HTML 4.01 Transitional DOCTYPE definition.
DOCTYPE_XHTML_10_STRICT - Static variable in interface de.betabeans.scroogexhtml.translator.W3CDocument
XHTML 1.0 Strict DOCTYPE definition.
DOCTYPE_XHTML_10_TRANSITIONAL - Static variable in interface de.betabeans.scroogexhtml.translator.W3CDocument
XHTML 1.0 Transitional DOCTYPE definition.
DOCTYPE_XHTML_BASIC_10 - Static variable in interface de.betabeans.scroogexhtml.translator.W3CDocument
XHTML Basic 1.0 DOCTYPE definition.
DOCTYPE_XHTML_MP_10 - Static variable in interface de.betabeans.scroogexhtml.translator.W3CDocument
XHTML Mobile Profile 1.0 DOCTYPE definition.
Document - Class in de.betabeans.scroogexhtml.dom
ScroogeXHTML uses a Document object to store the complete content of the RTF file internally before it is converted.
Document(ScroogeXHTMLBase) - Constructor for class de.betabeans.scroogexhtml.dom.Document
Constructor for the Document object.
DocumentNode - Interface in de.betabeans.scroogexhtml.dom
The DocumentNode Interface defines common methods for the document tree.
DOMWriter - Class in de.betabeans.scroogexhtml.converter
The converter uses the ScroogeXHTMLWriter to store the current RTF state, character properties and paragraph properties, and to build the Document.
DOMWriter(ScroogeXHTMLBase) - Constructor for class de.betabeans.scroogexhtml.converter.DOMWriter
Constructor for the ScroogeXHTMLWriter object.

E

EmptyDebugger - Class in de.betabeans.scroogexhtml.debugging
Debugger implementation with empty methods.
EmptyDebugger() - Constructor for class de.betabeans.scroogexhtml.debugging.EmptyDebugger
 
encode(String) - Method in class de.betabeans.scroogexhtml.translator.HTMLTranslator
Encode a (Unicode) string to HTML/XHTML.
encode(String) - Method in class de.betabeans.scroogexhtml.translator.PlainText
Encode.
encode(String) - Method in interface de.betabeans.scroogexhtml.translator.Translator
Encode a (Unicode) string to HTML/XHTML.
encode(String) - Method in class de.betabeans.scroogexhtml.translator.XHTMLTranslator
Encode a (Unicode) string to HTML/XHTML.
error(Object) - Method in class de.betabeans.scroogexhtml.logging.DefaultLogger
Send a LOG_ERROR string to the log.
error(Object) - Method in interface de.betabeans.scroogexhtml.logging.Log
Log a message with error log level.
error(Object, Throwable) - Method in interface de.betabeans.scroogexhtml.logging.Log
Log an error with error log level.
error(Object) - Method in class de.betabeans.scroogexhtml.logging.Logger
Empty implementation
error(Object, Throwable) - Method in class de.betabeans.scroogexhtml.logging.Logger
Empty implementation.

F

fatal(Object) - Method in class de.betabeans.scroogexhtml.logging.DefaultLogger
Send a LOG_FATAL string to the log.
fatal(Object) - Method in interface de.betabeans.scroogexhtml.logging.Log
Log a message with fatal log level.
fatal(Object, Throwable) - Method in interface de.betabeans.scroogexhtml.logging.Log
Log an error with fatal log level.
fatal(Object) - Method in class de.betabeans.scroogexhtml.logging.Logger
Empty implementation.
fatal(Object, Throwable) - Method in class de.betabeans.scroogexhtml.logging.Logger
Empty implementation.
FN_BIN - Static variable in interface de.betabeans.scroogexhtml.rtf.RTFProperties
binary mode
FN_CELL - Static variable in interface de.betabeans.scroogexhtml.rtf.RTFProperties
Table Cell
FN_HEX - Static variable in interface de.betabeans.scroogexhtml.rtf.RTFProperties
hex mode
FN_LINEBREAK - Static variable in interface de.betabeans.scroogexhtml.rtf.RTFProperties
Linebreak
FN_MIDDOT - Static variable in interface de.betabeans.scroogexhtml.rtf.RTFProperties
middot (bullet)
FN_NBSP - Static variable in interface de.betabeans.scroogexhtml.rtf.RTFProperties
Non-breaking space
FN_PAR - Static variable in interface de.betabeans.scroogexhtml.rtf.RTFProperties
paragraph
FN_PLAIN - Static variable in interface de.betabeans.scroogexhtml.rtf.RTFProperties
plain
FN_ROW - Static variable in interface de.betabeans.scroogexhtml.rtf.RTFProperties
Table Row
FN_SKIPDEST - Static variable in interface de.betabeans.scroogexhtml.rtf.RTFProperties
skip mode
FN_SKIPWORD - Static variable in interface de.betabeans.scroogexhtml.rtf.RTFProperties
skip word
FN_TROWD - Static variable in interface de.betabeans.scroogexhtml.rtf.RTFProperties
table row default
FontDescriptor - Class in de.betabeans.scroogexhtml.rtf
Class which contains the font definition in the RTF Header.
FontDescriptor() - Constructor for class de.betabeans.scroogexhtml.rtf.FontDescriptor
 
FONTSIZE_EM - Static variable in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Font size based on the relative unit 'em'.
FONTSIZE_EX - Static variable in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Font size based on the relative unit 'ex'.
FONTSIZE_PERCENT - Static variable in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Font size based on the relative unit '%'.
FONTSIZE_POINT - Static variable in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Font size based on the absolute unit 'point'.
FontTable - Class in de.betabeans.scroogexhtml.rtf
Contains a list of fonts which are defined in the RTF header.
FontTable() - Constructor for class de.betabeans.scroogexhtml.rtf.FontTable
 
formatElement(String, CharacterProperties, ParagraphProperties) - Method in class de.betabeans.scroogexhtml.translator.HTML401Strict
Format a String using the given CharacterProperties.
formatElement(String, CharacterProperties, ParagraphProperties) - Method in class de.betabeans.scroogexhtml.translator.HTML401Transitional
Format a String using the given CharacterProperties.
formatElement(String, CharacterProperties, ParagraphProperties) - Method in class de.betabeans.scroogexhtml.translator.PlainText
Format.
formatElement(String, CharacterProperties, ParagraphProperties) - Method in interface de.betabeans.scroogexhtml.translator.Translator
Format a String using the given CharacterProperties.
formatElement(String, CharacterProperties, ParagraphProperties) - Method in class de.betabeans.scroogexhtml.translator.XHTML10Strict
Format a String using the given CharacterProperties.
formatElement(String, CharacterProperties, ParagraphProperties) - Method in class de.betabeans.scroogexhtml.translator.XHTML10Transitional
Format a String using the given CharacterProperties.
formatElement(String, CharacterProperties, ParagraphProperties) - Method in class de.betabeans.scroogexhtml.translator.XHTMLBasic10
Return formatted text string.
FormattedText - Class in de.betabeans.scroogexhtml.dom
ScroogeXHTML splits the RTF text into small pieces which have the same character properties, for example a sequence of underlined characters.
FormattedText(Paragraph) - Constructor for class de.betabeans.scroogexhtml.dom.FormattedText
Constructor for the FormattedText object.
Formatter - Class in de.betabeans.scroogexhtml.converter
A class which controls line breaks and indentation for the generated output document.
Formatter() - Constructor for class de.betabeans.scroogexhtml.converter.Formatter
 

G

getAfterTextConversionListeners() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
The get<ListenerType>s method returns the set of registered event listeners.
getAfterTextConversionListenerVector() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the after text conversion listener vector value.
getAlign() - Method in class de.betabeans.scroogexhtml.converter.ParagraphProperties
Gets the align attribute of the ParagraphProperties object.
getBeforeTextConversionListeners() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
The get<ListenerType>s method returns the set of registered event listeners.
getBeforeTextConversionListenerVector() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the before text conversion listener vector value.
getBGColor() - Method in class de.betabeans.scroogexhtml.converter.CharacterProperties
Gets the bGColor attribute of the CharacterProperties object.
getCharacterProperties() - Method in class de.betabeans.scroogexhtml.converter.DOMWriter
 
getCharacterProperties() - Method in interface de.betabeans.scroogexhtml.converter.Writer
 
getCharacterStyles(ParagraphProperties, CharacterProperties, boolean, byte) - Static method in class de.betabeans.scroogexhtml.translator.Stylesheet
Returns the character styles value.
getCharSet() - Method in class de.betabeans.scroogexhtml.converter.CharacterProperties
Gets the charSet attribute of the CharacterProperties object.
getCloseEmptyElement() - Method in class de.betabeans.scroogexhtml.translator.HTMLTranslator
Gets the correct closing bracket for empty elements.
getCloseEmptyElement() - Method in class de.betabeans.scroogexhtml.translator.PlainText
Empty.
getCloseEmptyElement() - Method in interface de.betabeans.scroogexhtml.translator.Translator
Gets the correct closing bracket for empty elements depending on the document type.
getCloseEmptyElement() - Method in class de.betabeans.scroogexhtml.translator.XHTMLTranslator
Gets the correct closing bracket for empty elements.
getColor() - Method in class de.betabeans.scroogexhtml.converter.CharacterProperties
Gets the color attribute of the CharacterProperties object.
getColor(int) - Method in class de.betabeans.scroogexhtml.converter.RTFReader
 
getColorTable() - Method in class de.betabeans.scroogexhtml.converter.RTFReader
Gets the colorTable attribute.
getConverter() - Method in class de.betabeans.scroogexhtml.dom.Document
Gets the converter attribute.
getCP() - Method in class de.betabeans.scroogexhtml.dom.FormattedText
Gets the character properties.
getCurFontCSet() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the current font character set value.
getCurFontName() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Gets this object's current font name.
getCurFontNr() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the current font number value.
getCurFontType() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the cur font type value.
getDebugger() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the debugger value.
getDefaultFontColor() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the defaultFontColor property.
getDefaultFontName() - Method in class de.betabeans.scroogexhtml.converter.DOMWriter
Gets the defaultFontName.
getDefaultFontName() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the defaultFontName property.
getDefaultFontName() - Method in interface de.betabeans.scroogexhtml.converter.Writer
Get the default font name.
getDefaultFontNr() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the default font number value.
getDefaultFontSize() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the defaultFontSize property.
getDefaultFontStyleDefinition() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the default font style definition value.
getDefaultLanguage() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the defaultLanguage property.
getDefaultParamValue() - Method in class de.betabeans.scroogexhtml.rtf.RTFKeywords
Gets the defaultParamValue attribute of the ScroogeXHTMLParser object.
getDestination() - Method in class de.betabeans.scroogexhtml.converter.RTFReader
Gets the destination attribute.
getDestination() - Method in class de.betabeans.scroogexhtml.rtf.RTFKeywords
Gets the destination attribute of the ScroogeXHTMLParser object.
getDocType() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the docType property.
getDocType() - Method in class de.betabeans.scroogexhtml.translator.CustomTranslator
Set the document tpye property of the translator.
getDocType() - Method in class de.betabeans.scroogexhtml.translator.PlainText
Empty.
getDocType() - Method in interface de.betabeans.scroogexhtml.translator.Translator
Gets the DOCTYPE declaration.
getDocument() - Method in class de.betabeans.scroogexhtml.converter.DOMWriter
Gets the document.
getDocument() - Method in interface de.betabeans.scroogexhtml.converter.Writer
Returns the document.
getDocument() - Method in class de.betabeans.scroogexhtml.dom.Paragraph
Gets the document attribute.
getDocumentTitle() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the documentTitle property.
getEmptyParagraph() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the emptyParagraph property.
getEmptyParagraph() - Method in class de.betabeans.scroogexhtml.dom.Document
Returns the HTML code for an empty paragraph.
getFirstIndent() - Method in class de.betabeans.scroogexhtml.converter.ParagraphProperties
Gets the firstIndent attribute of the ParagraphProperties object.
getFont() - Method in class de.betabeans.scroogexhtml.converter.CharacterProperties
Gets the font attribute of the CharacterProperties object.
getFont(Integer) - Method in class de.betabeans.scroogexhtml.rtf.FontTable
Gets the font attribute of the FontTable object.
getFontCharSet(int) - Method in class de.betabeans.scroogexhtml.converter.RTFReader
Gets the charSet attribute of the given font table entry.
getFontCharSet() - Method in class de.betabeans.scroogexhtml.rtf.FontDescriptor
Gets the fontCharSet attribute of the FontDescriptor object.
getFontFamily() - Method in class de.betabeans.scroogexhtml.rtf.RTFKeywords
Gets the fontFamily attribute of the ScroogeXHTMLParser object.
getFontName(int) - Method in class de.betabeans.scroogexhtml.converter.RTFReader
Get a font name for a given font table entry.
getFontName() - Method in class de.betabeans.scroogexhtml.rtf.FontDescriptor
Gets the fontName attribute of the FontDescriptor object.
getFontSizeStyle(int, byte) - Static method in class de.betabeans.scroogexhtml.translator.Stylesheet
Returns the font size style value.
getFontSizeUnit() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the fontSizeUnit property.
getFontSizeUnit() - Method in class de.betabeans.scroogexhtml.translator.CustomTranslator
Return the font size unit.
getFontSizeUnit() - Method in class de.betabeans.scroogexhtml.translator.PlainText
None.
getFontSizeUnit() - Method in interface de.betabeans.scroogexhtml.translator.Translator
Returns the font size unit value.
getFontSizeUnitCode() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the font size unit code value.
getFontTable() - Method in class de.betabeans.scroogexhtml.converter.RTFReader
Returns the font table value.
getFormattedMessage() - Method in class de.betabeans.scroogexhtml.logging.LogEvent
Gets the formattedMessage attribute of the LogEvent object.
getFormatter() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the output formatter object.
getHeadTags() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the headTags property.
getHLColor() - Method in class de.betabeans.scroogexhtml.converter.CharacterProperties
Gets the hLColor attribute of the CharacterProperties object.
getHtml() - Method in class de.betabeans.scroogexhtml.converter.DOMWriter
Convert the Document to (X)HTML.
getHtml() - Method in interface de.betabeans.scroogexhtml.converter.Writer
Get HTML code for the document.
getHtml() - Method in class de.betabeans.scroogexhtml.rtf.RTFKeywords
Gets the html attribute of the ScroogeXHTMLParser object.
getHyperlinkListeners() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
The get<ListenerType>s method returns the set of registered event listeners.
getHyperlinkListenerVector() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the hyperlink listener vector.
getIndent(int) - Method in class de.betabeans.scroogexhtml.converter.Formatter
Get an indent string for the given level.
getIndentAndDirectionStyle(ParagraphProperties) - Static method in class de.betabeans.scroogexhtml.translator.Stylesheet
Builds a CSS style string which represents the margins and text direction of the paragraph object.
getIndentLevel() - Method in class de.betabeans.scroogexhtml.converter.Formatter
Get the current indentation level.
getIntState() - Method in class de.betabeans.scroogexhtml.converter.RTFReader
Gets the intState attribute.
getKeytype() - Method in class de.betabeans.scroogexhtml.rtf.RTFKeywords
Gets the keytype attribute of the ScroogeXHTMLParser object.
getLanguage() - Method in class de.betabeans.scroogexhtml.converter.CharacterProperties
Get the language code.
getLanguageCode(int) - Static method in class de.betabeans.scroogexhtml.translator.Language
Returns the language code value.
getLeftIndent() - Method in class de.betabeans.scroogexhtml.converter.ParagraphProperties
Gets the leftIndent attribute of the ParagraphProperties object.
getLinebreakTag() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Build a linebreak tag.
getListItemTag() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the list item tag value.
getLogger(Class) - Static method in class de.betabeans.scroogexhtml.logging.Logger
Get the logger object.
getLogLevel() - Method in class de.betabeans.scroogexhtml.logging.LogEvent
Gets the logLevel attribute of the LogEvent object.
getLogLevel() - Static method in class de.betabeans.scroogexhtml.logging.Logger
Get the logging level.
getLogListeners() - Static method in class de.betabeans.scroogexhtml.logging.Logger
The get<ListenerType>s method returns the set of registered event listeners.
getLogListenerVector() - Static method in class de.betabeans.scroogexhtml.logging.Logger
Returns the log listener vector value.
getLogMessage() - Method in class de.betabeans.scroogexhtml.logging.LogEvent
Gets the logMessage attribute of the LogEvent object.
getMetaAuthor() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the metaAuthor property.
getMetaContentType() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the metaContentType property.
getMetaDate() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the metaDate property.
getMetaTags() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the metaTags property.
getNewLine() - Method in class de.betabeans.scroogexhtml.converter.Formatter
Get the line separator.
getNumberingLevel() - Method in class de.betabeans.scroogexhtml.converter.ParagraphProperties
Gets the numberingLevel attribute of the ParagraphProperties object.
getPar() - Method in class de.betabeans.scroogexhtml.dom.Document
get the current paragraph.
getParagraph() - Method in class de.betabeans.scroogexhtml.dom.FormattedText
Gets the paragraph attribute.
getParagraph(String) - Method in class de.betabeans.scroogexhtml.translator.CustomTranslator
Build the opening tag for a paragraph element.
getParagraph(String, String) - Method in class de.betabeans.scroogexhtml.translator.CustomTranslator
Build the opening tag for a paragraph element.
getParagraph(String) - Method in class de.betabeans.scroogexhtml.translator.PlainText
Empty.
getParagraph(String) - Method in interface de.betabeans.scroogexhtml.translator.Translator
Gets the paragraph attribute of the Translator object.
getParagraphProperties() - Method in class de.betabeans.scroogexhtml.converter.DOMWriter
 
getParagraphProperties() - Method in interface de.betabeans.scroogexhtml.converter.Writer
 
getParagraphStyle(ParagraphProperties) - Method in class de.betabeans.scroogexhtml.translator.CustomTranslator
Build the CSS definition for the given paragraph properties.
getParagraphStyle(ParagraphProperties) - Method in class de.betabeans.scroogexhtml.translator.PlainText
Empty.
getParagraphStyle(ParagraphProperties) - Method in interface de.betabeans.scroogexhtml.translator.Translator
Adds formatting tags to the paragraph.
getParagraphStyle(ParagraphProperties) - Method in class de.betabeans.scroogexhtml.translator.XHTMLBasic10
Gets the paragraphStyle attribute of the XHTMLBasic10 object.
getParClose() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the closing tag for a paragraph.
getParOpen() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the opening tag for a paragraph (without right bracket).
getParser() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the parser.
getPassDef() - Method in class de.betabeans.scroogexhtml.rtf.RTFKeywords
Gets the passDef attribute of the ScroogeXHTMLParser object.
getPlainText() - Method in class de.betabeans.scroogexhtml.converter.DOMWriter
Convert the document to plain text.
getPlainText() - Method in interface de.betabeans.scroogexhtml.converter.Writer
Get plain text for the document.
getPp() - Method in class de.betabeans.scroogexhtml.dom.Paragraph
Returns the ParagraphProperties value.
getProgressListeners() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
The get<ListenerType>s method returns the set of registered event listeners.
getReader() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the reader.
getReplaceFonts() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the replaceFonts property.
getRightIndent() - Method in class de.betabeans.scroogexhtml.converter.ParagraphProperties
Gets the rightIndent attribute of the ParagraphProperties object.
getRootElement() - Method in class de.betabeans.scroogexhtml.translator.HTMLTranslator
Gets the root element of an HTML document.
getRootElement() - Method in class de.betabeans.scroogexhtml.translator.PlainText
No root element.
getRootElement() - Method in interface de.betabeans.scroogexhtml.translator.Translator
Gets the root element (the tag).
getRootElement() - Method in class de.betabeans.scroogexhtml.translator.XHTMLTranslator
Gets the root element for a XHTML document.
getRtfFnct() - Method in class de.betabeans.scroogexhtml.rtf.RTFKeywords
Gets the rtfFnct attribute of the ScroogeXHTMLParser object.
getRtfProp() - Method in class de.betabeans.scroogexhtml.rtf.RTFKeywords
Gets the rtfProp attribute of the ScroogeXHTMLParser object.
getSize() - Method in class de.betabeans.scroogexhtml.converter.CharacterProperties
Gets the size attribute of the CharacterProperties object.
getStyleParam(String) - Method in class de.betabeans.scroogexhtml.translator.CustomTranslator
Builds a "style" parameter.
getStyleParam(String) - Method in class de.betabeans.scroogexhtml.translator.PlainText
Empty.
getStyleParam(String) - Method in interface de.betabeans.scroogexhtml.translator.Translator
Gets the styleParam attribute of the Translator object.
getStyleSheetInclude() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the styleSheetInclude property.
getStyleSheetLink() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the styleSheetLink property.
getTabString() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns a string which will be used to replace a \tab token in the RTF document.
getTagClass(String) - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the tag class value.
getTagClassParam(String) - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Build the style="..." parameter for the given tag.
getTagStyle(String) - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the tag style value.
getTagStyleParam(String) - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the tag style parameter value.
getText() - Method in class de.betabeans.scroogexhtml.dom.FormattedText
get the text of the text object.
getText() - Method in class de.betabeans.scroogexhtml.dom.Paragraph
Get the current text object (create one if necessary).
getTextElement() - Method in class de.betabeans.scroogexhtml.events.AfterTextConversionEvent
Gets the textElement attribute of the TextElementEvent object.
getTextElement() - Method in class de.betabeans.scroogexhtml.events.BeforeTextConversionEvent
Gets the textElement attribute of the BeforeTextConversionEvent object.
getTextElement() - Method in class de.betabeans.scroogexhtml.events.HyperlinkEvent
Gets the textElement attribute of the HyperlinkEvent object.
getTranslator() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the document translator.
getTranslatorFor(String) - Static method in class de.betabeans.scroogexhtml.translator.TranslatorFactory
Create a Translator for the given document type.
getUseChar() - Method in class de.betabeans.scroogexhtml.rtf.RTFKeywords
Gets the useChar attribute of the ScroogeXHTMLParser object.
getVersion() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
ScroogeXHTML version.
getWriter() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Returns the writer.

H

hasProgressListeners() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Check if there are registered progress listeners.
hasText() - Method in class de.betabeans.scroogexhtml.dom.FormattedText
Checks if the text element is empty.
HTML401Strict - Class in de.betabeans.scroogexhtml.translator
HTML 4.01 Strict Translator.
HTML401Strict() - Constructor for class de.betabeans.scroogexhtml.translator.HTML401Strict
Constructor for the HTML401Strict object.
HTML401Transitional - Class in de.betabeans.scroogexhtml.translator
HTML 4.01 Transitional Translator.
HTML401Transitional() - Constructor for class de.betabeans.scroogexhtml.translator.HTML401Transitional
Constructor for the HTML401Transitional object.
HTMLTranslator - Class in de.betabeans.scroogexhtml.translator
Generic HTML Translator.
HTMLTranslator() - Constructor for class de.betabeans.scroogexhtml.translator.HTMLTranslator
 
hyperlink(HyperlinkEvent) - Method in interface de.betabeans.scroogexhtml.events.HyperlinkListener
Process a hyperlink event.
HyperlinkEvent - Class in de.betabeans.scroogexhtml.events
A Hyperlink event contains the text element with the link text.
HyperlinkEvent(Object, FormattedText) - Constructor for class de.betabeans.scroogexhtml.events.HyperlinkEvent
Constructor for the HyperlinkEvent object.
HyperlinkListener - Interface in de.betabeans.scroogexhtml.events
A HyperlinkListener can be used to perform user-defined actions whenever a hyperlink is detected.

I

indent(String) - Method in class de.betabeans.scroogexhtml.converter.Formatter
Increment the indentation level and return the indented string, followed by the line separator.
info(Object) - Method in class de.betabeans.scroogexhtml.logging.DefaultLogger
Send a INFO string to the log.
info(Object) - Method in interface de.betabeans.scroogexhtml.logging.Log
Log a message with info log level.
info(Object, Throwable) - Method in interface de.betabeans.scroogexhtml.logging.Log
Log an error with info log level.
info(Object) - Method in class de.betabeans.scroogexhtml.logging.Logger
Empty implementation
info(Object, Throwable) - Method in class de.betabeans.scroogexhtml.logging.Logger
Empty implementation.
isAbortConversion() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the abortConversion property.
isAddOuterHTML() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Return the value of the addOuterHTML property.
isBold() - Method in class de.betabeans.scroogexhtml.converter.CharacterProperties
Gets the bold attribute of the CharacterProperties object.
isBullet() - Method in class de.betabeans.scroogexhtml.converter.ParagraphProperties
Checks if this is a paragraph with a 'bullet'.
isConvertEmptyParagraphs() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the convertEmptyParagraphs property.
isConvertFontBGColor() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the convertFontBGColor property.
isConvertFontColor() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the convertFontColor property.
isConvertFontHLColor() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the convertFontHLColor property.
isConvertFontName() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the convertFontName property.
isConvertFontSize() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the convertFontSize property.
isConvertFontStyle() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the convertFontStyle property.
isConvertHyperlinks() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the convertHyperlinks property.
isConvertIndent() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the convertIndent property.
isConvertLanguage() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the convertLanguage property.
isConvertSpaces() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the convertSpaces property.
isDebugEnabled() - Method in class de.betabeans.scroogexhtml.logging.DefaultLogger
Is debug logging currently enabled?
isDebugEnabled() - Method in interface de.betabeans.scroogexhtml.logging.Log
Is debug logging currently enabled?
isDebugEnabled() - Method in class de.betabeans.scroogexhtml.logging.Logger
Is debug logging currently enabled?
isDebugMode() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the debugMode property.
isDebugMode() - Method in interface de.betabeans.scroogexhtml.debugging.DebugInterface
Gets the debugMode attribute of the DebugInterface object.
isDebugMode() - Method in class de.betabeans.scroogexhtml.debugging.DefaultDebugger
Gets the debugMode attribute of the Debugger object.
isDebugMode() - Method in class de.betabeans.scroogexhtml.debugging.EmptyDebugger
Gets the debugMode attribute of the EmptyDebugger object.
isEmpty() - Method in class de.betabeans.scroogexhtml.dom.Paragraph
 
isEncoded() - Method in class de.betabeans.scroogexhtml.dom.FormattedText
Gets the encoded attribute.
isErrorEnabled() - Method in class de.betabeans.scroogexhtml.logging.DefaultLogger
Is error logging currently enabled?
isErrorEnabled() - Method in interface de.betabeans.scroogexhtml.logging.Log
Is error logging currently enabled?
isErrorEnabled() - Method in class de.betabeans.scroogexhtml.logging.Logger
Is error logging currently enabled?
isFatalEnabled() - Method in class de.betabeans.scroogexhtml.logging.DefaultLogger
Is fatal logging currently enabled?
isFatalEnabled() - Method in interface de.betabeans.scroogexhtml.logging.Log
Is fatal logging currently enabled?
isFatalEnabled() - Method in class de.betabeans.scroogexhtml.logging.Logger
Is fatal logging currently enabled?
isIncludeDefaultFontStyle() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the includeDefaultFontStyle property.
isIncludeDocType() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the includeDocType property.
isIncludeXMLDeclaration() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the includeXMLDeclaration property.
isInfoEnabled() - Method in class de.betabeans.scroogexhtml.logging.DefaultLogger
Is info logging currently enabled?
isInfoEnabled() - Method in interface de.betabeans.scroogexhtml.logging.Log
Is info logging currently enabled?
isInfoEnabled() - Method in class de.betabeans.scroogexhtml.logging.Logger
Is info logging currently enabled?
isItalic() - Method in class de.betabeans.scroogexhtml.converter.CharacterProperties
Gets the italic attribute of the CharacterProperties object.
isListEnd() - Method in class de.betabeans.scroogexhtml.converter.ParagraphProperties
Gets the listEnd attribute of the ParagraphProperties object.
isListStart() - Method in class de.betabeans.scroogexhtml.converter.ParagraphProperties
Gets the listStart attribute of the ParagraphProperties object.
isMetaDateAuto() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the metaDateAuto property.
isMetaDescription() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the metaDescription property.
isMetaGenerator() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the metaGenerator property.
isMetaKeywords() - Method in class de.betabeans.scroogexhtml.converter.ScroogeXHTMLBase
Get the value of the metaKeywords property.
isNumbered() - Method in class de.betabeans.scroogexhtml.converter.ParagraphProperties
Gets the numbered attribute of the ParagraphProperties object.
isNumberingStyle() - Method in class de.betabeans.scroogexhtml.converter.DOMWriter
Gets the writerNumbered attribute.
isNumberingStyle() - Method in interface de.betabeans.scroogexhtml.converter.Writer
Get the numbered flag.
isRightToLeft() - Method in class de.betabeans.scroogexhtml.converter.CharacterProperties
Get the right to left property.
isRightToLeftPar() - Method in class de.betabeans.scroogexhtml.converter.ParagraphProperties
Get the right to left attribute value.
isStrike() - Method in class de.betabeans.scroogexhtml.converter.CharacterProperties
Gets the strike attribute of the CharacterProperties object.
isSubscript() - Method in class de.betabeans.scroogexhtml.converter.CharacterProperties
Gets the subscript attribute of the CharacterProperties object.
isSuperscript() - Method in class de.betabeans.scroogexhtml.converter.CharacterProperties
Gets the superscript attribute of the CharacterProperties object.
isTraceEnabled() - Method in class de.betabeans.scroogexhtml.logging.DefaultLogger
Is trace logging currently enabled?
isTraceEnabled() - Method in interface de.betabeans.scroogexhtml.logging.Log
Is trace logging currently enabled?
isTraceEnabled() - Method in class de.betabeans.scroogexhtml.logging.Logger
Is trace logging currently enabled?
isTransitional() - Method in class de.betabeans.scroogexhtml.translator.HTML401Strict
Check if this is a TRANSITIONAL document type.
isTransitional() - Method in class de.betabeans.scroogexhtml.translator.HTML401Transitional
Check if this is a TRANSITIONAL document type.