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 thehttp://www.w3.org/TR/1999/REC-xslt-19991116transform.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.StringdefaultXSLTSpecNSprefixstatic java.lang.StringimplementedTransformURIField implementedTransformURIprivate static org.slf4j.LoggerLOG(package private) static java.lang.StringXSLTSpecNS(package private) static java.lang.StringXSLTSTYLESHEET-
Fields inherited from class org.apache.xml.security.transforms.TransformSpi
secureValidation
-
-
Constructor Summary
Constructors Constructor Description TransformXSLT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringengineGetURI()Method engineGetURI Returns the URI representation ofTransformation algorithmprotected XMLSignatureInputenginePerformTransform(XMLSignatureInput input, java.io.OutputStream baos, Transform transformObject)The mega method which MUST be implemented by the Transformation Algorithm.-
Methods inherited from class org.apache.xml.security.transforms.TransformSpi
enginePerformTransform, enginePerformTransform
-
-
-
-
Field Detail
-
implementedTransformURI
public static final java.lang.String implementedTransformURI
Field implementedTransformURI- See Also:
- Constant Field Values
-
XSLTSpecNS
static final java.lang.String XSLTSpecNS
- See Also:
- Constant Field Values
-
defaultXSLTSpecNSprefix
static final java.lang.String defaultXSLTSpecNSprefix
- See Also:
- Constant Field Values
-
XSLTSTYLESHEET
static final java.lang.String XSLTSTYLESHEET
- See Also:
- Constant Field Values
-
LOG
private static final org.slf4j.Logger LOG
-
-
Method Detail
-
engineGetURI
protected java.lang.String 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, java.io.OutputStream baos, Transform transformObject) throws java.io.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:
java.io.IOExceptionTransformationException
-
-