org.apache.xml.security.transforms.implementations
Class TransformXPath2Filter
java.lang.Object
org.apache.xml.security.transforms.TransformSpi
org.apache.xml.security.transforms.implementations.TransformXPath2Filter
public class TransformXPath2Filter
- extends TransformSpi
Implements the XML Signature XPath Filter v2.0
- See Also:
- XPath Filter v2.0 (TR)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
implementedTransformURI
public static final java.lang.String implementedTransformURI
- Field implementedTransformURI
- See Also:
- Constant Field Values
TransformXPath2Filter
public TransformXPath2Filter()
engineGetURI
protected java.lang.String engineGetURI()
- Method engineGetURI
- Specified by:
engineGetURI
in class TransformSpi
- Returns:
- the URI representation of
Transformation algorithm
enginePerformTransform
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input,
java.io.OutputStream os,
Transform transformObject)
throws TransformationException
- Method enginePerformTransform
- Overrides:
enginePerformTransform
in class TransformSpi
- Parameters:
input
- os
- where to output this transformation.transformObject
- the Transform object
- Returns:
XMLSignatureInput
as the result of transformation
- Throws:
TransformationException