org.apache.xml.security.transforms.implementations
Class TransformXPath
java.lang.Object
org.apache.xml.security.transforms.TransformSpi
org.apache.xml.security.transforms.implementations.TransformXPath
public class TransformXPath
- extends TransformSpi
Class TransformXPath
Implements the http://www.w3.org/TR/1999/REC-xpath-19991116
transform.
- Author:
- Christian Geuer-Pollmann
- See Also:
- XPath
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
implementedTransformURI
public static final String implementedTransformURI
- Field implementedTransformURI
- See Also:
- Constant Field Values
TransformXPath
public TransformXPath()
engineGetURI
protected String engineGetURI()
- Method engineGetURI
- Specified by:
engineGetURI in class TransformSpi
- Returns:
- the URI representation of
Transformation algorithm
enginePerformTransform
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input,
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
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.