Module org.apache.santuario.xmlsec
Class TransformXSLT
java.lang.Object
org.apache.xml.security.transforms.TransformSpi
org.apache.xml.security.transforms.implementations.TransformXSLT
Class TransformXSLT
Implements the
http://www.w3.org/TR/1999/REC-xslt-19991116
transform.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns the URI representation ofTransformation algorithmprotected XMLSignatureInputenginePerformTransform(XMLSignatureInput input, OutputStream baos, Element transformElement, String baseURI, boolean secureValidation) The mega method which MUST be implemented by the Transformation Algorithm.
-
Constructor Details
-
TransformXSLT
public TransformXSLT()
-
-
Method Details
-
engineGetURI
Returns the URI representation ofTransformation algorithm- Specified by:
engineGetURIin classTransformSpi- Returns:
- the URI representation of
Transformation algorithm
-
enginePerformTransform
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, OutputStream baos, Element transformElement, String baseURI, boolean secureValidation) throws IOException, TransformationException The mega method which MUST be implemented by the Transformation Algorithm.- Specified by:
enginePerformTransformin classTransformSpi- Parameters:
input-XMLSignatureInputas the input of transformationbaos- where to output this transformation.transformElement- the Transform elementbaseURI- The baseURIsecureValidation- Whether secure validation is enabled- Returns:
XMLSignatureInputas the result of transformation- Throws:
IOExceptionTransformationException
-