public class TransformXPointer extends TransformSpi
Modifier and Type | Field and Description |
---|---|
static String |
implementedTransformURI
Field implementedTransformURI
|
secureValidation
Constructor and Description |
---|
TransformXPointer() |
Modifier and Type | Method and Description |
---|---|
protected String |
engineGetURI()
Returns the URI representation of
Transformation algorithm |
protected XMLSignatureInput |
enginePerformTransform(XMLSignatureInput input,
OutputStream os,
Transform transformObject)
Method enginePerformTransform
|
enginePerformTransform, enginePerformTransform
public static final String implementedTransformURI
protected String engineGetURI()
TransformSpi
Transformation algorithm
engineGetURI
in class TransformSpi
Transformation algorithm
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transformObject) throws TransformationException
enginePerformTransform
in class TransformSpi
input
- os
- where to output this transformation.transformObject
- the Transform objectXMLSignatureInput
as the result of transformationTransformationException
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.