API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMXSLTTransform View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
 Object
      TransformService
          ApacheTransform
              DOMXSLTTransform
Implements
Subclasses
Description
publicfinal class DOMXSLTTransform
  DOM-based implementation of XSLT Transform.
See also:   
Constructors
public DOMXSLTTransform ()
Methods
Hide/Show inherited methods
publicfinal String getAlgorithm () [Inherited From TransformService]
  Returns the URI of the algorithm supported by this TransformService.
publicstatic TransformService getInstance (String algorithm, String mechanismType) throws NoSuchAlgorithmException [Inherited From TransformService]
  Returns a TransformService that supports the specified algorithm URI (ex: Transform.XPATH2) and mechanism type (ex: DOM).
publicstatic TransformService getInstance (String algorithm, String mechanismType, Provider provider) throws NoSuchAlgorithmException [Inherited From TransformService]
  Returns a TransformService that supports the specified algorithm URI (ex: Transform.XPATH2) and mechanism type (ex: DOM) as supplied by the specified provider.
publicstatic TransformService getInstance (String algorithm, String mechanismType, String provider) throws NoSuchAlgorithmException NoSuchProviderException [Inherited From TransformService]
  Returns a TransformService that supports the specified algorithm URI (ex: Transform.XPATH2) and mechanism type (ex: DOM) as supplied by the specified provider.
publicfinal String getMechanismType () [Inherited From TransformService]
  Returns the mechanism type supported by this TransformService.
publicfinal AlgorithmParameterSpec getParameterSpec () [Inherited From ApacheTransform]
publicfinal Provider getProvider () [Inherited From TransformService]
  Returns the provider of this TransformService.
public void init (TransformParameterSpec params) throws InvalidAlgorithmParameterException [Specified in TransformService]
public void init (XMLStructure parent, XMLCryptoContext context) throws InvalidAlgorithmParameterException [Overrides ApacheTransform] [Specified in TransformService]
publicfinal boolean isFeatureSupported (String feature) [Inherited From ApacheTransform]
public void marshalParams (XMLStructure parent, XMLCryptoContext context) throws MarshalException [Overrides ApacheTransform] [Specified in TransformService]
public Data transform (Data data, XMLCryptoContext xc) throws TransformException [Inherited From ApacheTransform]
public Data transform (Data data, XMLCryptoContext xc, OutputStream os) throws TransformException [Inherited From ApacheTransform]
Fields
Hide/Show inherited fields
protected Document ownerDoc [Inherited From ApacheTransform]
protected TransformParameterSpec params [Inherited From ApacheTransform]
protected Element transformElem [Inherited From ApacheTransform]
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar