Uses of Interface
javax.xml.transform.URIResolver
Package
Description
Provides the classes for implementing
XML Catalogs OASIS Standard V1.1, 7 October 2005.
Defines the generic APIs for processing transformation instructions,
and performing a transformation from source to result.
-
Uses of URIResolver in javax.xml.catalog
Modifier and TypeInterfaceDescriptioninterface
A Catalog Resolver that implements SAXEntityResolver
, StAXXMLResolver
, DOM LSLSResourceResolver
used by Schema Validation, and TransformURIResolver
, and resolves external references using catalogs. -
Uses of URIResolver in javax.xml.transform
Modifier and TypeMethodDescriptionabstract 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.Modifier and TypeMethodDescriptionabstract 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.