Uses of Interface
javax.xml.transform.URIResolver
| Package | Description |
|---|---|
| javax.xml.transform | |
| 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.xml.utils |
Implementation of Xalan utility classes.
|
| 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 Modifier and Type Method Description abstract URIResolverTransformer. getURIResolver()Get an object that will be used to resolve URIs used in document().abstract URIResolverTransformerFactory. 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 Modifier and Type Method Description abstract voidTransformer. setURIResolver(URIResolver resolver)Set an object that will be used to resolve URIs used in document().abstract voidTransformerFactory. setURIResolver(URIResolver resolver)Set an object that is used by default during the transformation to resolve URIs used in document(), xsl:import, or xsl:include. -
Uses of URIResolver in org.apache.xalan.processor
Methods in org.apache.xalan.processor that return URIResolver Modifier and Type Method Description URIResolverTransformerFactoryImpl. getURIResolver()Get the object that will be used to resolve URIs used in xsl:import, etc.Methods in org.apache.xalan.processor with parameters of type URIResolver Modifier and Type Method Description voidTransformerFactoryImpl. setURIResolver(URIResolver resolver)Set an object that will be used to resolve URIs used in xsl:import, etc. -
Uses of URIResolver in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer that return URIResolver Modifier and Type Method Description URIResolverTransformerIdentityImpl. getURIResolver()Get an object that will be used to resolve URIs used in document(), etc.URIResolverTransformerImpl. 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 Modifier and Type Method Description voidTransformerIdentityImpl. setURIResolver(URIResolver resolver)Set an object that will be used to resolve URIs used in document().voidTransformerImpl. setURIResolver(URIResolver resolver)Set an object that will be used to resolve URIs used in document(), etc. -
Uses of URIResolver in org.apache.xml.utils
Methods in org.apache.xml.utils that return URIResolver Modifier and Type Method Description URIResolverStylesheetPIHandler. getURIResolver()Get the object that will be used to resolve URIs in href in xml-stylesheet processing instruction.Methods in org.apache.xml.utils with parameters of type URIResolver Modifier and Type Method Description voidStylesheetPIHandler. 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.xpath
Methods in org.apache.xpath that return URIResolver Modifier and Type Method Description URIResolverSourceTreeManager. getURIResolver()Get the object that will be used to resolve URIs used in document(), etc.URIResolverXPathContext. getURIResolver()Get the URIResolver associated with this execution context.Methods in org.apache.xpath with parameters of type URIResolver Modifier and Type Method Description voidSourceTreeManager. setURIResolver(URIResolver resolver)Set an object that will be used to resolve URIs used in document(), etc.voidXPathContext. setURIResolver(URIResolver resolver)Set the URIResolver associated with this execution context.