|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScroogeXHTMLBase | |
---|---|
de.betabeans.scroogexhtml | Provides the main bean class, ScroogeXHTML. |
de.betabeans.scroogexhtml.converter | Provides the main converter classes. |
de.betabeans.scroogexhtml.dom | Provides a light-weight 'document object model'. |
Uses of ScroogeXHTMLBase in de.betabeans.scroogexhtml |
---|
Subclasses of ScroogeXHTMLBase in de.betabeans.scroogexhtml | |
---|---|
class |
ScroogeXHTML
ScroogeXHTML is the JavaBean(tm) class which needs to be installed or instantiated in the application. |
Uses of ScroogeXHTMLBase in de.betabeans.scroogexhtml.converter |
---|
Subclasses of ScroogeXHTMLBase in de.betabeans.scroogexhtml.converter | |
---|---|
class |
ScroogeXHTMLMain
The ScroogeXHTMLMain class contains the core conversion algorithm for RTF. |
Constructors in de.betabeans.scroogexhtml.converter with parameters of type ScroogeXHTMLBase | |
---|---|
DOMWriter(ScroogeXHTMLBase aconverter)
Constructor for the ScroogeXHTMLWriter object. |
|
RTFReader(ScroogeXHTMLBase aconverter)
create a new instance and assign the converter. |
Uses of ScroogeXHTMLBase in de.betabeans.scroogexhtml.dom |
---|
Methods in de.betabeans.scroogexhtml.dom that return ScroogeXHTMLBase | |
---|---|
ScroogeXHTMLBase |
Document.getConverter()
Gets the converter attribute. |
Constructors in de.betabeans.scroogexhtml.dom with parameters of type ScroogeXHTMLBase | |
---|---|
Document(ScroogeXHTMLBase aconverter)
Constructor for the Document object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |