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.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final Stringstatic final StringField implementedTransformURIprivate static final org.slf4j.Logger(package private) static final String(package private) static final StringFields inherited from class TransformSpi
secureValidation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringMethod engineGetURI Returns the URI representation ofTransformation algorithmprotected XMLSignatureInputenginePerformTransform(XMLSignatureInput input, OutputStream baos, Transform transformObject) The mega method which MUST be implemented by the Transformation Algorithm.Methods inherited from class TransformSpi
enginePerformTransform, enginePerformTransform
-
Field Details
-
implementedTransformURI
-
XSLTSpecNS
- See Also:
-
defaultXSLTSpecNSprefix
- See Also:
-
XSLTSTYLESHEET
- See Also:
-
LOG
private static final org.slf4j.Logger LOG
-
-
Constructor Details
-
TransformXSLT
public TransformXSLT()
-
-
Method Details
-
engineGetURI
Method 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, Transform transformObject) throws IOException, TransformationException Description copied from class:TransformSpiThe mega method which MUST be implemented by the Transformation Algorithm.- Overrides:
enginePerformTransformin classTransformSpi- Parameters:
input-XMLSignatureInputas the input of transformationbaos- where to output this transformation.transformObject- the Transform object- Returns:
XMLSignatureInputas the result of transformation- Throws:
IOExceptionTransformationException
-