Uses of Interface
org.exolab.castor.net.URIResolver

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

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

Classes in org.exolab.castor.net.util that implement URIResolver
 class URIResolverImpl
          The default implementation of URIResolver
 

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

Methods in org.exolab.castor.xml.schema.reader that return URIResolver
 URIResolver ComponentReader.getURIResolver()
          Returns the URIresolver used for resolving hrefs.
 

Methods in org.exolab.castor.xml.schema.reader with parameters of type URIResolver
 void ComponentReader.setURIResolver(URIResolver uriResolver)
          Sets the URIResolver to be used for resolving hrefs.
 void SchemaReader.setURIResolver(URIResolver uriresolver)
          Sets the URIResolver used to resolve hrefs.
 

Constructors in org.exolab.castor.xml.schema.reader with parameters of type URIResolver
ImportUnmarshaller(SchemaContext schemaContext, Schema schema, AttributeSet atts, URIResolver uriResolver, Locator locator, org.exolab.castor.xml.schema.reader.SchemaUnmarshallerState state)
           
IncludeUnmarshaller(SchemaContext schemaContext, Schema schema, AttributeSet atts, URIResolver uriResolver, Locator locator, org.exolab.castor.xml.schema.reader.SchemaUnmarshallerState state)
           
RedefineUnmarshaller(SchemaContext schemaContext, Schema schema, AttributeSet atts, URIResolver uriResolver, Locator locator, org.exolab.castor.xml.schema.reader.SchemaUnmarshallerState state)
          The XML Schema imported
SchemaUnmarshaller(SchemaContext schemaContext, boolean include, org.exolab.castor.xml.schema.reader.SchemaUnmarshallerState state, URIResolver uriResolver)
          Creates a SchemaUnmarshaller instance.
 



Copyright © 2012. All Rights Reserved.