|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WVTDocumentLoader
This interface represents a mechanism by which a document is loaded. Loading refers to the operation of opening a stream to the source of the document.
Method Summary | |
---|---|
void |
close(WVTDocumentInfo d)
Close the resource from which the given document has been read. |
java.io.InputStream |
loadDocument(WVTDocumentInfo d)
Open the document and return an input stream on it. |
Method Detail |
---|
java.io.InputStream loadDocument(WVTDocumentInfo d) throws WVToolException
d
- the WVTDocumentInfo
about the document being
loaded
InputStream
java.lang.Exception
- if an error occurs
WVToolException
void close(WVTDocumentInfo d) throws WVToolException
d
- the WVTDocumentInfo
about the document
WVToolException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |