public class TransformXSLT extends TransformSpi
http://www.w3.org/TR/1999/REC-xslt-19991116
transform.Constructor and Description |
---|
TransformXSLT() |
Modifier and Type | Method and Description |
---|---|
protected String |
engineGetURI()
Returns the URI representation of
Transformation algorithm |
protected XMLSignatureInput |
enginePerformTransform(XMLSignatureInput input,
OutputStream baos,
Element transformElement,
String baseURI,
boolean secureValidation)
The mega method which MUST be implemented by the Transformation Algorithm.
|
protected String engineGetURI()
Transformation algorithm
engineGetURI
in class TransformSpi
Transformation algorithm
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, OutputStream baos, Element transformElement, String baseURI, boolean secureValidation) throws IOException, TransformationException
enginePerformTransform
in class TransformSpi
input
- XMLSignatureInput
as the input of transformationbaos
- where to output this transformation.transformElement
- the Transform elementbaseURI
- The baseURIsecureValidation
- Whether secure validation is enabledXMLSignatureInput
as the result of transformationIOException
TransformationException
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.