Uses of Class
org.exolab.castor.net.URILocation

Packages that use URILocation
org.exolab.castor.net   
org.exolab.castor.net.util   
org.exolab.castor.xml.schema.reader   
 

Uses of URILocation in org.exolab.castor.net
 

Methods in org.exolab.castor.net that return URILocation
 URILocation URIResolver.resolve(String href, String documentBase)
          Resolves the given href and documentBase.
 URILocation URIResolver.resolveURN(String urn)
          Resolves the given urn.
 

Uses of URILocation in org.exolab.castor.net.util
 

Subclasses of URILocation in org.exolab.castor.net.util
 class URILocationImpl
          An implementation of URILocation
 

Methods in org.exolab.castor.net.util that return URILocation
 URILocation URIResolverImpl.resolve(String href, String documentBase)
          Resolves the given href and documentBase.
 URILocation URIResolverImpl.resolveURN(String urn)
          Resolves the given urn.
 

Uses of URILocation in org.exolab.castor.xml.schema.reader
 

Subclasses of URILocation in org.exolab.castor.xml.schema.reader
 class SchemaLocation
          An implementation of URILocation for applications that need to resolve an XML Schema in a non-standard way, such as a Schema embedded in another XML document, or a Schema created in-memory, etc.
 



Copyright © 2012. All Rights Reserved.