Class DOMXSLTTransform
- java.lang.Object
-
- javax.xml.crypto.dsig.TransformService
-
- org.apache.jcp.xml.dsig.internal.dom.ApacheTransform
-
- org.apache.jcp.xml.dsig.internal.dom.DOMXSLTTransform
-
- All Implemented Interfaces:
AlgorithmMethod
,Transform
,XMLStructure
public final class DOMXSLTTransform extends ApacheTransform
DOM-based implementation of XSLT Transform. (Uses Apache XML-Sec Transform implementation)
-
-
Field Summary
-
Fields inherited from class org.apache.jcp.xml.dsig.internal.dom.ApacheTransform
ownerDoc, params, transformElem
-
-
Constructor Summary
Constructors Constructor Description DOMXSLTTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(TransformParameterSpec params)
void
init(XMLStructure parent, XMLCryptoContext context)
void
marshalParams(XMLStructure parent, XMLCryptoContext context)
-
Methods inherited from class org.apache.jcp.xml.dsig.internal.dom.ApacheTransform
getParameterSpec, isFeatureSupported, transform, transform
-
Methods inherited from class javax.xml.crypto.dsig.TransformService
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProvider
-
-
-
-
Method Detail
-
init
public void init(TransformParameterSpec params) throws InvalidAlgorithmParameterException
- Specified by:
init
in classTransformService
- Throws:
InvalidAlgorithmParameterException
-
init
public void init(XMLStructure parent, XMLCryptoContext context) throws InvalidAlgorithmParameterException
- Overrides:
init
in classApacheTransform
- Throws:
InvalidAlgorithmParameterException
-
marshalParams
public void marshalParams(XMLStructure parent, XMLCryptoContext context) throws MarshalException
- Overrides:
marshalParams
in classApacheTransform
- Throws:
MarshalException
-
-