|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRTFDocumentParser
Interface for parse RTF source and build a RTFDocument.
| Method Summary | |
|---|---|
RTFDocument |
getRTFDocument()
Return RTFDocument built. |
void |
parse(java.io.InputStream inputStream)
Parse RTF Input stream and build a RTFDocument. |
void |
parse(java.io.Reader reader)
Parse RTF Reader stream and build a RTFDocumen |
| Method Detail |
|---|
void parse(java.io.Reader reader)
throws java.io.IOException
reader - RTF source reader to parse.
java.io.IOException
void parse(java.io.InputStream inputStream)
throws java.io.IOException
input - stream RTF source reader to parse.
java.io.IOExceptionRTFDocument getRTFDocument()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||