|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URIResolver | |
org.apache.trax | Defines a global interface for generating Templates and performing XML transformations. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
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 org.apache.trax |
Methods in org.apache.trax that return URIResolver | |
URIResolver |
Processor.getURIResolver()
Set an object that will be used to resolve URIs used in xsl:import, etc. |
Methods in org.apache.trax with parameters of type URIResolver | |
void |
Processor.setURIResolver(URIResolver resolver)
Set an object that will be used to resolve URIs used in xsl:import, etc. |
void |
Transformer.setURIResolver(URIResolver resolver)
Set an object that will be used to resolve URIs used in document(), etc. |
Uses of URIResolver in org.apache.xalan.transformer |
Methods in org.apache.xalan.transformer with parameters of type URIResolver | |
void |
TransformerImpl.setURIResolver(URIResolver resolver)
**For advanced use only** Set an object that will be used to resolve URIs used in document(), etc. |
Uses of URIResolver in org.apache.xpath |
Methods in org.apache.xpath that return URIResolver | |
URIResolver |
XPathContext.getURIResolver()
**For advanced use only** Get the URIResolver associated with this execution context. |
Methods in org.apache.xpath with parameters of type URIResolver | |
void |
XPathContext.setURIResolver(URIResolver resolver)
**For advanced use only** 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |