Uses of Interface
javax.xml.transform.URIResolver

Packages that use URIResolver
javax.xml.transform This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result. 
org.apache.xalan.processor Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xalan.xsltc.runtime   
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
 

Uses of URIResolver in javax.xml.transform
 

Methods in javax.xml.transform that return URIResolver
abstract  URIResolver Transformer.getURIResolver()
          Get an object that will be used to resolve URIs used in document(), etc.
abstract  URIResolver TransformerFactory.getURIResolver()
          Get the object that is used by default during the transformation to resolve URIs used in document(), xsl:import, or xsl:include.
 

Methods in javax.xml.transform with parameters of type URIResolver
abstract  void Transformer.setURIResolver(URIResolver resolver)
          Set an object that will be used to resolve URIs used in document().
abstract  void TransformerFactory.setURIResolver(URIResolver resolver)
          Set an object that is used by default during the transformation to resolve URIs used in xsl:import, or xsl:include.
 

Uses of URIResolver in org.apache.xalan.processor
 

Methods in org.apache.xalan.processor that return URIResolver
 URIResolver TransformerFactoryImpl.getURIResolver()
          Get the object that will be used to resolve URIs used in xsl:import, etc.
 URIResolver StylesheetPIHandler.getURIResolver()
          Get the object that will be used to resolve URIs in href in xml-stylesheet processing instruction.
 

Methods in org.apache.xalan.processor with parameters of type URIResolver
 void TransformerFactoryImpl.setURIResolver(URIResolver resolver)
          Set an object that will be used to resolve URIs used in xsl:import, etc.
 void StylesheetPIHandler.setURIResolver(URIResolver resolver)
          Get the object that will be used to resolve URIs in href in xml-stylesheet processing instruction.
 

Uses of URIResolver in org.apache.xalan.transformer
 

Methods in org.apache.xalan.transformer that return URIResolver
 URIResolver TransformerIdentityImpl.getURIResolver()
          Get an object that will be used to resolve URIs used in document(), etc.
 URIResolver TransformerImpl.getURIResolver()
          Get an object that will be used to resolve URIs used in document(), etc.
 

Methods in org.apache.xalan.transformer with parameters of type URIResolver
 void TransformerIdentityImpl.setURIResolver(URIResolver resolver)
          Set an object that will be used to resolve URIs used in document().
 void TransformerImpl.setURIResolver(URIResolver resolver)
          Set an object that will be used to resolve URIs used in document(), etc.
 

Uses of URIResolver in org.apache.xalan.xsltc.runtime
 

Methods in org.apache.xalan.xsltc.runtime that return URIResolver
 URIResolver TransformerFactoryImpl.getURIResolver()
           
 URIResolver AbstractTranslet.getURIResolver()
           
 

Methods in org.apache.xalan.xsltc.runtime with parameters of type URIResolver
 void TransformerFactoryImpl.setURIResolver(URIResolver resolver)
           
 void AbstractTranslet.setURIResolver(URIResolver resolver)
           
 

Uses of URIResolver in org.apache.xpath
 

Methods in org.apache.xpath that return URIResolver
 URIResolver XPathContext.getURIResolver()
          Get the URIResolver associated with this execution context.
 URIResolver SourceTreeManager.getURIResolver()
          Get the object that will be used to resolve URIs used in document(), etc.
 

Methods in org.apache.xpath with parameters of type URIResolver
 void XPathContext.setURIResolver(URIResolver resolver)
          Set the URIResolver associated with this execution context.
 void SourceTreeManager.setURIResolver(URIResolver resolver)
          Set an object that will be used to resolve URIs used in document(), etc.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.