public class TransformXPath2Filter extends TransformSpi
Modifier and Type | Field | Description |
---|---|---|
static String |
implementedTransformURI |
Field implementedTransformURI
|
secureValidation
Constructor | Description |
---|---|
TransformXPath2Filter() |
Modifier and Type | Method | Description |
---|---|---|
protected String |
engineGetURI() |
Method engineGetURI
|
protected XMLSignatureInput |
enginePerformTransform(XMLSignatureInput input,
OutputStream os,
Transform transformObject) |
Method enginePerformTransform
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enginePerformTransform, enginePerformTransform
public static final String implementedTransformURI
protected String engineGetURI()
engineGetURI
in class TransformSpi
Transformation algorithm
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transformObject) throws TransformationException
enginePerformTransform
in class TransformSpi
input
- XMLSignatureInput
as the input of transformationos
- where to output this transformation.transformObject
- the Transform objectXMLSignatureInput
as the result of transformationTransformationException
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.