com.servingxml.util.xml
Class UriResolverFactory

java.lang.Object
  extended by com.servingxml.util.xml.UriResolverFactory
Direct Known Subclasses:
DefaultUriResolverFactory

public abstract class UriResolverFactory
extends java.lang.Object

A UriResoverFactory defines an interface for a factory for creating a URIResolver object.


Constructor Summary
UriResolverFactory()
           
 
Method Summary
abstract  javax.xml.transform.URIResolver createUriResolver(PrefixMap prefixMap, java.lang.String baseUri, Record parameters, javax.xml.transform.URIResolver defaultResolver)
           
static UriResolverFactory getDefault()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriResolverFactory

public UriResolverFactory()
Method Detail

getDefault

public static UriResolverFactory getDefault()

createUriResolver

public abstract javax.xml.transform.URIResolver createUriResolver(PrefixMap prefixMap,
                                                                  java.lang.String baseUri,
                                                                  Record parameters,
                                                                  javax.xml.transform.URIResolver defaultResolver)