net.sourceforge.rtf
Interface IRTFDocumentParser

All Known Implementing Classes:
RTFDocumentHandler

public interface IRTFDocumentParser

Interface for parse RTF source and build a RTFDocument.

Version:
1.0.1-b8
Author:
Angelo ZERR

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

parse

void parse(java.io.Reader reader)
           throws java.io.IOException
Parse RTF Reader stream and build a RTFDocumen

Parameters:
reader - RTF source reader to parse.
Throws:
java.io.IOException

parse

void parse(java.io.InputStream inputStream)
           throws java.io.IOException
Parse RTF Input stream and build a RTFDocument.

Parameters:
input - stream RTF source reader to parse.
Throws:
java.io.IOException

getRTFDocument

RTFDocument getRTFDocument()
Return RTFDocument built.

Returns:


Copyright 2007 null. All Rights Reserved.