net.sf.kernow.transform
Class CustomSchemaURIResolver

java.lang.Object
  extended by net.sf.kernow.transform.CustomSchemaURIResolver
All Implemented Interfaces:
java.io.Serializable, net.sf.saxon.type.SchemaURIResolver

public class CustomSchemaURIResolver
extends java.lang.Object
implements net.sf.saxon.type.SchemaURIResolver

A caching schema uri resolver

See Also:
Serialized Form

Constructor Summary
CustomSchemaURIResolver()
           
 
Method Summary
 javax.xml.transform.Source[] resolve(java.lang.String string, java.lang.String string0, java.lang.String[] string1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomSchemaURIResolver

public CustomSchemaURIResolver()
Method Detail

resolve

public javax.xml.transform.Source[] resolve(java.lang.String string,
                                            java.lang.String string0,
                                            java.lang.String[] string1)
                                     throws net.sf.saxon.trans.XPathException
Specified by:
resolve in interface net.sf.saxon.type.SchemaURIResolver
Throws:
net.sf.saxon.trans.XPathException