org.exolab.adaptx.net.impl
public final class URILocationImpl extends URILocation
Constructor Summary | |
---|---|
URILocationImpl(String href)
Creates a new URILocationImpl
| |
URILocationImpl(String href, String documentBase)
Creates a new URILocationImpl
| |
URILocationImpl(Reader reader, String href)
Creates a new URILocationImpl
| |
URILocationImpl(InputStream is, String href)
Creates a new URILocationImpl
|
Method Summary | |
---|---|
String | getAbsoluteURI()
Returns the absolute URI for this URILocation
|
String | getBaseURI()
Returns the base location of this URILocation.
|
Reader | getReader()
Returns a Reader for the resource represented
by this URILocation.
|
String | getRelativeURI()
Returns the relative URI for this URILocation
|
String | toString()
Returns the String representation of
this URILocation.
|
Returns: the absolute URI for this URILocation
See Also: getRelativeURI getBaseURI
Returns: the base location of this URILocation
See Also: getAbsoluteURI getRelativeURI
Returns: a Reader for the resource represented by this URILocation
Throws: java.io.FileNotFoundException java.io.IOException
Returns: the relative URI for this URILocation
See Also: getAbsoluteURI getBaseURI
Returns: the String representation of this URILocation