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.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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
abstract URIResolver |
Transformer.getURIResolver()
Get an object that will be used to resolve URIs used in
document().
|
Modifier and Type | Method and Description |
---|---|
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.
|
abstract void |
Transformer.setURIResolver(URIResolver resolver)
Set an object that will be used to resolve URIs used in
document().
|
Modifier and Type | Method and Description |
---|---|
URIResolver |
TransformerFactoryImpl.getURIResolver()
Get the object that will be used to resolve URIs used in
xsl:import, etc.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformerFactoryImpl.setURIResolver(URIResolver resolver)
Set an object that will be used to resolve URIs used in
xsl:import, etc.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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().
|
Modifier and Type | Method and Description |
---|---|
URIResolver |
TransformerImpl.getURIResolver()
Implements JAXP's Transformer.getURIResolver()
Set the object currently used to resolve URIs used in document().
|
URIResolver |
TransformerFactoryImpl.getURIResolver()
javax.xml.transform.sax.TransformerFactory implementation.
|
URIResolver |
SmartTransformerFactoryImpl.getURIResolver() |
Modifier and Type | Method and Description |
---|---|
void |
TransformerImpl.setURIResolver(URIResolver resolver)
Implements JAXP's Transformer.setURIResolver()
Set an object that will be used to resolve URIs used in document().
|
void |
TransformerFactoryImpl.setURIResolver(URIResolver resolver)
javax.xml.transform.sax.TransformerFactory implementation.
|
void |
TemplatesImpl.setURIResolver(URIResolver resolver)
Store URIResolver needed for Transformers.
|
void |
TemplatesHandlerImpl.setURIResolver(URIResolver resolver)
Store URIResolver needed for Transformers.
|
void |
SmartTransformerFactoryImpl.setURIResolver(URIResolver resolver) |
Modifier and Type | Method and Description |
---|---|
URIResolver |
StylesheetPIHandler.getURIResolver()
Get the object that will be used to resolve URIs in href
in xml-stylesheet processing instruction.
|
Modifier and Type | Method and Description |
---|---|
void |
StylesheetPIHandler.setURIResolver(URIResolver resolver)
Get the object that will be used to resolve URIs in href
in xml-stylesheet processing instruction.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014 Apache XML Project. All Rights Reserved.