public class TransformXSLT extends TransformSpi
http://www.w3.org/TR/1999/REC-xslt-19991116
transform.Modifier and Type | Field | Description |
---|---|---|
static String |
implementedTransformURI |
Field implementedTransformURI
|
secureValidation
Constructor | Description |
---|---|
TransformXSLT() |
Modifier and Type | Method | Description |
---|---|---|
protected String |
engineGetURI() |
Method engineGetURI
|
protected XMLSignatureInput |
enginePerformTransform(XMLSignatureInput input,
OutputStream baos,
Transform transformObject) |
The mega method which MUST be implemented by the Transformation Algorithm.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enginePerformTransform, enginePerformTransform
public static final String implementedTransformURI
protected String engineGetURI()
engineGetURI
in class TransformSpi
Transformation algorithm
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, OutputStream baos, Transform transformObject) throws IOException, TransformationException
TransformSpi
enginePerformTransform
in class TransformSpi
input
- XMLSignatureInput
as the input of transformationbaos
- where to output this transformation.transformObject
- the Transform objectXMLSignatureInput
as the result of transformationIOException
TransformationException
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.