Public Member Functions

org.exolab.castor.net.URILocation Class Reference

Inheritance diagram for org.exolab.castor.net.URILocation:
org.exolab.castor.net.util.URILocationImpl org.exolab.castor.xml.schema.reader.SchemaLocation

List of all members.

Public Member Functions

abstract String getAbsoluteURI ()
abstract String getBaseURI ()
abstract Reader getReader () throws java.io.IOException
abstract String getRelativeURI ()
String toString ()

Detailed Description

An interface for handling URIs

Author:
Keith Visco
Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:08:39

Member Function Documentation

abstract String org.exolab.castor.net.URILocation.getBaseURI (  )  [pure virtual]

Returns the base location of this URILocation. If this URILocation is an URL, the base location will be equivalent to the document base for the URL.

Returns:
the base location of this URILocation
See also:
getAbsoluteURI
getRelativeURI

Implemented in org.exolab.castor.net.util.URILocationImpl, and org.exolab.castor.xml.schema.reader.SchemaLocation.

abstract Reader org.exolab.castor.net.URILocation.getReader (  )  throws java.io.IOException [pure virtual]
abstract String org.exolab.castor.net.URILocation.getRelativeURI (  )  [pure virtual]

Returns the relative URI for this URILocation

Returns:
the relative URI for this URILocation
See also:
getAbsoluteURI
getBaseURI

Implemented in org.exolab.castor.net.util.URILocationImpl, and org.exolab.castor.xml.schema.reader.SchemaLocation.

String org.exolab.castor.net.URILocation.toString (  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties