|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URIResolver | |
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.xalan.xsltc.trax | |
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 | |
abstract URIResolver |
Transformer.getURIResolver()
Get an object that will be used to resolve URIs used in document(). |
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 document(), 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. |
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. |
Uses of URIResolver in org.apache.xalan.transformer |
Methods in org.apache.xalan.transformer that return URIResolver | |
URIResolver |
TransformerImpl.getURIResolver()
Get an object that will be used to resolve URIs used in document(), etc. |
URIResolver |
TransformerIdentityImpl.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 |
TransformerImpl.setURIResolver(URIResolver resolver)
Set an object that will be used to resolve URIs used in document(), etc. |
void |
TransformerIdentityImpl.setURIResolver(URIResolver resolver)
Set an object that will be used to resolve URIs used in document(). |
Uses of URIResolver in org.apache.xalan.xsltc.trax |
Methods in org.apache.xalan.xsltc.trax that return URIResolver | |
URIResolver |
SmartTransformerFactoryImpl.getURIResolver()
|
URIResolver |
TransformerFactoryImpl.getURIResolver()
javax.xml.transform.sax.TransformerFactory implementation. |
URIResolver |
TransformerImpl.getURIResolver()
Implements JAXP's Transformer.getURIResolver() Set the object currently used to resolve URIs used in document(). |
Methods in org.apache.xalan.xsltc.trax with parameters of type URIResolver | |
void |
TemplatesImpl.setURIResolver(URIResolver resolver)
Store URIResolver needed for Transformers. |
void |
SmartTransformerFactoryImpl.setURIResolver(URIResolver resolver)
|
void |
TransformerFactoryImpl.setURIResolver(URIResolver resolver)
javax.xml.transform.sax.TransformerFactory implementation. |
void |
TransformerImpl.setURIResolver(URIResolver resolver)
Implements JAXP's Transformer.setURIResolver() Set an object that will be used to resolve URIs used in document(). |
void |
TemplatesHandlerImpl.setURIResolver(URIResolver resolver)
Store URIResolver needed for Transformers. |
Uses of URIResolver in org.apache.xml.utils |
Methods in org.apache.xml.utils that return URIResolver | |
URIResolver |
StylesheetPIHandler.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 | |
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.xpath |
Methods in org.apache.xpath that return URIResolver | |
URIResolver |
SourceTreeManager.getURIResolver()
Get the object that will be used to resolve URIs used in document(), etc. |
URIResolver |
XPathContext.getURIResolver()
Get the URIResolver associated with this execution context. |
Methods in org.apache.xpath with parameters of type URIResolver | |
void |
SourceTreeManager.setURIResolver(URIResolver resolver)
Set an object that will be used to resolve URIs used in document(), etc. |
void |
XPathContext.setURIResolver(URIResolver resolver)
Set the URIResolver associated with this execution context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |