Class TransformXPointer
- java.lang.Object
-
- org.apache.xml.security.transforms.TransformSpi
-
- org.apache.xml.security.transforms.implementations.TransformXPointer
-
public class TransformXPointer extends TransformSpi
Class TransformXPointer
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringimplementedTransformURIField implementedTransformURI-
Fields inherited from class org.apache.xml.security.transforms.TransformSpi
secureValidation
-
-
Constructor Summary
Constructors Constructor Description TransformXPointer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringengineGetURI()Returns the URI representation ofTransformation algorithmprotected XMLSignatureInputenginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transformObject)Method enginePerformTransform-
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
-
-
Method Detail
-
engineGetURI
protected java.lang.String 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 os, Transform transformObject) throws TransformationException
Method enginePerformTransform- Overrides:
enginePerformTransformin classTransformSpi- Parameters:
input-os- where to output this transformation.transformObject- the Transform object- Returns:
XMLSignatureInputas the result of transformation- Throws:
TransformationException
-
-