Uses of Interface
jd.xml.util.UriResolver

Packages that use UriResolver
jd.xml.util Contains utility classes. 
jd.xml.util.resolver   
jd.xml.xslt Contains a XSLT Version 1.1 implementation. 
jd.xml.xslt.parser Contains parser classes for stylesheets, stylesheet templates elements and patterns. 
jd.xml.xslt.trax Contains a implementation of the Transformation API for XML (TraAX). 
jd.xml.xslt.util Contains XSLT related utility classes. 
 

Uses of UriResolver in jd.xml.util
 

Classes in jd.xml.util that implement UriResolver
 class DefaultUriResolver
          A default UriResolver.
 

Methods in jd.xml.util with parameters of type UriResolver
static XmlSource UriUtil.resolveUri(String href, String baseUri, UriResolver resolver)
          Resolve a uri.
 

Uses of UriResolver in jd.xml.util.resolver
 

Classes in jd.xml.util.resolver that implement UriResolver
 class ConvertingResolver
          A base class for UriResolvers which read the requested data, convert it, and return a stream to the converted data.
 class ResolverChain
          A UriResolver which chains to other UriResolvers.
 class Text2XmlResolver
          Text2XmlResolver is a UriResolver which reads plain text, and converts it to a xml-ified version of the form: ...text line...
 

Constructors in jd.xml.util.resolver with parameters of type UriResolver
ResolverChain(UriResolver r1, UriResolver r2)
           
 

Uses of UriResolver in jd.xml.xslt
 

Methods in jd.xml.xslt with parameters of type UriResolver
 void TransformationChain.setUriResolver(UriResolver uriResolver)
          Set an UriResolver.
abstract  void Transformation.setUriResolver(UriResolver uriResolver)
          Set a UriResolver.
 void Stylesheet.setUriResolver(UriResolver uriResolver)
          Set a UriResolver.
 void IdentityTransformation.setUriResolver(UriResolver uriResolver)
          Set a UriResolver.
 

Uses of UriResolver in jd.xml.xslt.parser
 

Methods in jd.xml.xslt.parser with parameters of type UriResolver
 void StylesheetParser.setUriResolver(UriResolver uriResolver)
          Set a UriResolver.
 

Uses of UriResolver in jd.xml.xslt.trax
 

Classes in jd.xml.xslt.trax that implement UriResolver
 class UriResolverAdapter
          Another glorious moment of object-orientation.
 

Methods in jd.xml.xslt.trax that return UriResolver
static UriResolver TraxUtil.getUriResolver(URIResolver traxUriResolver)
          Create a UriResolver from a Trax URIResolver.
 

Constructors in jd.xml.xslt.trax with parameters of type UriResolver
TemplatesImpl(StylesheetData data, UriResolver resolver)
           
 

Uses of UriResolver in jd.xml.xslt.util
 

Methods in jd.xml.xslt.util with parameters of type UriResolver
 void ModelCache.setUriResolver(UriResolver uriResolver)
          Set the UriResolver.