com.ihr.xbrl.om
Interface DTSCascadeURIResolver

All Superinterfaces:
javax.xml.transform.URIResolver
All Known Implementing Classes:
DatabaseUriResolver, DTSCatalogURIResolver, GUIURIResolver, ZipCascadeURIResolver

public interface DTSCascadeURIResolver
extends javax.xml.transform.URIResolver

A URI resolver that implements this interface can be installed in a cascade of uri resolvers. Cascading uri resolvers has the advantage that if the output of one resolver needs specific post processing it can be implemented in a wrapper class and it will work regardless of the position in the cascade.

Author:
Ignacio

Method Summary
 javax.xml.transform.URIResolver getNextResolver()
          The next resolved in the cascade. null means this is the last resolver
 
Methods inherited from interface javax.xml.transform.URIResolver
resolve
 

Method Detail

getNextResolver

javax.xml.transform.URIResolver getNextResolver()
The next resolved in the cascade. null means this is the last resolver

Returns:
URIResolver


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa