Class 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 Detail

      • ObjectURILocation

        public ObjectURILocation()
    • Method Detail

      • getObject

        public abstract java.lang.Object getObject()
        Returns the object at this URILocation