Class TransformXPath
- java.lang.Object
-
- org.apache.xml.security.transforms.TransformSpi
-
- org.apache.xml.security.transforms.implementations.TransformXPath
-
public class TransformXPath extends TransformSpi
Class TransformXPath Implements thehttp://www.w3.org/TR/1999/REC-xpath-19991116
transform.- Author:
- Christian Geuer-Pollmann
- See Also:
- XPath
-
-
Field Summary
Fields Modifier and Type Field Description static String
implementedTransformURI
Field implementedTransformURI-
Fields inherited from class org.apache.xml.security.transforms.TransformSpi
secureValidation
-
-
Constructor Summary
Constructors Constructor Description TransformXPath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
engineGetURI()
Method engineGetURIprotected XMLSignatureInput
enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transformObject)
Method enginePerformTransform-
Methods inherited from class org.apache.xml.security.transforms.TransformSpi
enginePerformTransform, enginePerformTransform
-
-
-
-
Field Detail
-
implementedTransformURI
public static final String implementedTransformURI
Field implementedTransformURI- See Also:
- Constant Field Values
-
-
Method Detail
-
engineGetURI
protected String engineGetURI()
Method engineGetURI- Specified by:
engineGetURI
in classTransformSpi
- Returns:
- the URI representation of
Transformation algorithm
-
enginePerformTransform
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transformObject) throws TransformationException
Method enginePerformTransform- Overrides:
enginePerformTransform
in classTransformSpi
- Parameters:
input
-XMLSignatureInput
as the input of transformationos
- where to output this transformation.transformObject
- the Transform object- Returns:
XMLSignatureInput
as the result of transformation- Throws:
TransformationException
-
-