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
public abstract class ObjectURILocation extends URILocation
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 Constructor Description ObjectURILocation()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.Object
getObject()
Returns the object at this URILocation-
Methods inherited from class org.exolab.adaptx.net.URILocation
getAbsoluteURI, getBaseURI, getReader, getRelativeURI, toString
-
-