Package org.exolab.adaptx.net
Class ObjectURILocation
java.lang.Object
org.exolab.adaptx.net.URILocation
org.exolab.adaptx.net.ObjectURILocation
- Direct Known Subclasses:
DOMURILocation
,SAXURILocation
An extension of URILocation, useful for dealing with in-memory
objects. The implementation should return null, for the
getReader method if the object itself is not null.
- Author:
- Keith Visco
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.exolab.adaptx.net.URILocation
getAbsoluteURI, getBaseURI, getReader, getRelativeURI, toString
-
Constructor Details
-
ObjectURILocation
public ObjectURILocation()
-
-
Method Details
-
getObject
Returns the object at this URILocation
-