org.apache.xml.security.transforms.implementations
Class TransformXSLT
java.lang.Object
org.apache.xml.security.transforms.TransformSpi
org.apache.xml.security.transforms.implementations.TransformXSLT
public class TransformXSLT
- extends TransformSpi
Class TransformXSLT
Implements the http://www.w3.org/TR/1999/REC-xslt-19991116
transform.
- Author:
- Christian Geuer-Pollmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
implementedTransformURI
public static final java.lang.String implementedTransformURI
- Field implementedTransformURI
- See Also:
- Constant Field Values
TransformXSLT
public TransformXSLT()
engineGetURI
protected java.lang.String engineGetURI()
- Method engineGetURI
- Specified by:
engineGetURI
in class TransformSpi
- Returns:
- the URI representation of
Transformation algorithm
enginePerformTransform
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input,
java.io.OutputStream baos,
Transform transformObject)
throws java.io.IOException,
TransformationException
- Description copied from class:
TransformSpi
- The mega method which MUST be implemented by the Transformation Algorithm.
- Overrides:
enginePerformTransform
in class TransformSpi
- Parameters:
input
- XMLSignatureInput
as the input of transformationbaos
- where to output this transformation.transformObject
- the Transform object
- Returns:
XMLSignatureInput
as the result of transformation
- Throws:
java.io.IOException
TransformationException