org.exolab.adaptx.xml
public final class DOMURILocation extends ObjectURILocation
Constructor Summary | |
---|---|
DOMURILocation(Node node, String href)
Creates a new DOMURILocation |
Method Summary | |
---|---|
String | getAbsoluteURI()
Returns the absolute URI for this URILocation
|
String | getBaseURI()
Returns the base location of this URILocation.
|
Node | getNode()
Returns the DOM Node from this URILocation
|
Object | getObject()
Returns the Object from this ObjectURILocation.
|
Reader | getReader()
Returns the reader for 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: the DOM Node from this URILocation
Returns: the Object from this ObjectURILocation
See Also: DOMURILocation
This method always return null. Use getObject() or getNode() methods instead.
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