public class TransformXPath extends TransformSpi
http://www.w3.org/TR/1999/REC-xpath-19991116
transform.| Modifier and Type | Field and Description |
|---|---|
static String |
implementedTransformURI
Field implementedTransformURI
|
secureValidation| Constructor and Description |
|---|
TransformXPath() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
engineGetURI()
Method engineGetURI
Returns the URI representation of
Transformation algorithm |
protected XMLSignatureInput |
enginePerformTransform(XMLSignatureInput input,
OutputStream os,
Transform transformObject)
Method enginePerformTransform
The mega method which MUST be implemented by the Transformation Algorithm.
|
enginePerformTransform, enginePerformTransformpublic static final String implementedTransformURI
protected String engineGetURI()
Transformation algorithmengineGetURI in class TransformSpiTransformation algorithmprotected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transformObject) throws TransformationException
enginePerformTransform in class TransformSpiinput - os - where to output this transformation.transformObject - the Transform objectXMLSignatureInput as the result of transformationTransformationExceptionCopyright © 2000–2019 The Apache Software Foundation. All rights reserved.