public interface DocumentManager
Modifier and Type | Method and Description |
---|---|
Document |
getDocument(URL url)
Returns specified document.
|
Document getDocument(URL url) throws IOException
url
- URL of documentnull
instead of throwing an IOExceptionIOException
- if specified document cannot be loaded