Class ScopableResolver

java.lang.Object
org.exolab.castor.xml.schema.ScopableResolver
All Implemented Interfaces:
Resolver

public class ScopableResolver extends Object implements Resolver
An implementation of Resolver that can be "scoped". Which means you can construct a ScopableResovler and give it another Resolver (which can also be Scopable). If this Resolver cannot "resolve" the id, then it will try to use the given Resolver to resolver it.
Version:
$Revision$ $Date: 2006-04-13 06:47:36 -0600 (Thu, 13 Apr 2006) $
Author:
Keith Visco