org.apache.xml.security.transforms.implementations
Class TransformXSLT

java.lang.Object
  extended by org.apache.xml.security.transforms.TransformSpi
      extended by org.apache.xml.security.transforms.implementations.TransformXSLT

public class TransformXSLT
extends TransformSpi

Class TransformXSLT Implements the http://www.w3.org/TR/1999/REC-xslt-19991116 transform.

Author:
Christian Geuer-Pollmann

Field Summary
static java.lang.String implementedTransformURI
          Field implementedTransformURI
 
Fields inherited from class org.apache.xml.security.transforms.TransformSpi
_transformObject
 
Constructor Summary
TransformXSLT()
           
 
Method Summary
protected  java.lang.String engineGetURI()
          Method engineGetURI
protected  XMLSignatureInput enginePerformTransform(XMLSignatureInput input, java.io.OutputStream baos, Transform _transformObject)
          The mega method which MUST be implemented by the Transformation Algorithm.
protected  XMLSignatureInput enginePerformTransform(XMLSignatureInput input, Transform _transformObject)
          Method enginePerformTransform
 
Methods inherited from class org.apache.xml.security.transforms.TransformSpi
enginePerformTransform, setTransform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

implementedTransformURI

public static final java.lang.String implementedTransformURI
Field implementedTransformURI

See Also:
Constant Field Values
Constructor Detail

TransformXSLT

public TransformXSLT()
Method Detail

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,
                                                   Transform _transformObject)
                                            throws java.io.IOException,
                                                   TransformationException
Method enginePerformTransform

Overrides:
enginePerformTransform in class TransformSpi
Parameters:
input - the input for this transform
_transformObject - the Transform
Returns:
the result of this Transform
Throws:
java.io.IOException
TransformationException

enginePerformTransform

protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input,
                                                   java.io.OutputStream baos,
                                                   Transform _transformObject)
                                            throws java.io.IOException,
                                                   TransformationException
Description copied from class: TransformSpi
The mega method which MUST be implemented by the Transformation Algorithm.

Overrides:
enginePerformTransform in class TransformSpi
Parameters:
input - XMLSignatureInput as the input of transformation
baos - where to output this transformation.
_transformObject - the Transform
Returns:
XMLSignatureInput as the result of transformation
Throws:
java.io.IOException
TransformationException


Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.