org.exolab.adaptx.net
public abstract class URILocation extends Object
Method Summary | |
---|---|
abstract String | getAbsoluteURI()
Returns the absolute URI for this URILocation
|
abstract String | getBaseURI()
Returns the base location of this URILocation.
|
abstract Reader | getReader()
Returns a Reader for the resource represented
by this URILocation.
|
abstract 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.IOException
Returns: the relative URI for this URILocation
See Also: getAbsoluteURI getBaseURI
Returns: the String representation of this URILocation