|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.betabeans.scroogexhtml.ScroogeXHTMLBase | +--de.betabeans.scroogexhtml.ScroogeXHTMLMain
The ScroogeXHTMLMain class contains the core conversion algorithm for RTF. It follows the Microsoft Technical Documentation and Implementation Guide for RTF readers.
Field Summary | |
protected java.io.PushbackReader |
pbReader
Description of the Field |
protected long |
profilerStart
Description of the Field |
Constructor Summary | |
ScroogeXHTMLMain()
Constructor |
Method Summary | |
java.lang.String |
convert()
The main converter method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.io.PushbackReader pbReader
protected long profilerStart
Constructor Detail |
public ScroogeXHTMLMain()
Method Detail |
public java.lang.String convert()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |