Uses of Interface
org.exolab.castor.net.URIResolver
Packages that use URIResolver
-
Uses of URIResolver in org.exolab.castor.net.util
Classes in org.exolab.castor.net.util that implement URIResolverModifier and TypeClassDescriptionfinal classThe default implementation of URIResolver -
Uses of URIResolver in org.exolab.castor.xml.schema.reader
Methods in org.exolab.castor.xml.schema.reader that return URIResolverModifier and TypeMethodDescriptionComponentReader.getURIResolver()Returns the URIresolver used for resolving hrefs.Methods in org.exolab.castor.xml.schema.reader with parameters of type URIResolverModifier and TypeMethodDescriptionvoidComponentReader.setURIResolver(URIResolver uriResolver) Sets the URIResolver to be used for resolving hrefs.voidSchemaReader.setURIResolver(URIResolver uriresolver) Sets the URIResolver used to resolve hrefs.Constructors in org.exolab.castor.xml.schema.reader with parameters of type URIResolverModifierConstructorDescriptionImportUnmarshaller(SchemaContext schemaContext, Schema schema, AttributeSet atts, URIResolver uriResolver, Locator locator, SchemaUnmarshallerState state) IncludeUnmarshaller(SchemaContext schemaContext, Schema schema, AttributeSet atts, URIResolver uriResolver, Locator locator, SchemaUnmarshallerState state) RedefineUnmarshaller(SchemaContext schemaContext, Schema schema, AttributeSet atts, URIResolver uriResolver, Locator locator, SchemaUnmarshallerState state) The XML Schema importedSchemaUnmarshaller(SchemaContext schemaContext, boolean include, SchemaUnmarshallerState state, URIResolver uriResolver) Creates aSchemaUnmarshallerinstance.