org.exist.validation.resolver
Class SearchResourceResolver

java.lang.Object
  extended by org.exist.validation.resolver.SearchResourceResolver
All Implemented Interfaces:
XMLEntityResolver

public class SearchResourceResolver
extends Object
implements XMLEntityResolver

Resolve a resource by searching in database. Schema's are queried directly, DTD are searched in catalog files.

Author:
Dannes Wessels (dizzzz@exist-db.org)

Constructor Summary
SearchResourceResolver(String collectionPath, BrokerPool pool)
          Creates a new instance of StoredResourceResolver
 
Method Summary
 XMLInputSource resolveEntity(XMLResourceIdentifier xri)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResourceResolver

public SearchResourceResolver(String collectionPath,
                              BrokerPool pool)
Creates a new instance of StoredResourceResolver

Method Detail

resolveEntity

public XMLInputSource resolveEntity(XMLResourceIdentifier xri)
                             throws XNIException,
                                    IOException
Specified by:
resolveEntity in interface XMLEntityResolver
Throws:
XNIException
IOException


Copyright (C) Wolfgang Meier. All rights reserved.