public class STRTransform extends XSTransformer
transform| Constructor and Description |
|---|
STRTransform(XSAlgorithmIdentifier trans)
Create a new
STRTransform instance. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithmURI()
Get the transformation algorithm URI.
|
java.lang.String |
getCanonicalizationMethod()
Get the transformation algorithm.
|
XMLContainer |
transform(XMLContainer source)
Applies the transform to the given
XMLContainer and returns the result in a new XMLContainer. |
XMLContainer |
transform(XMLContainer source, java.util.Map STRToST) |
applyTransforms, getInstance, getInstance, getTransformpublic STRTransform(XSAlgorithmIdentifier trans)
STRTransform instance.trans - The tranformation parameters.public java.lang.String getAlgorithmURI()
getAlgorithmURI in class XSTransformerXSTransformer.getAlgorithmURI()public java.lang.String getCanonicalizationMethod()
public XMLContainer transform(XMLContainer source) throws TransformationException
XSTransformerXMLContainer and returns the result in a new XMLContainer.
Implementing subclasses are responsible for ensuring that the given XMLContainer contains the input required, and for any needed conversions if it does not.
transform in class XSTransformersource - A XMLContainer on which the transform will operate.XMLContainer containing the transform result.TransformationException - if an error occurs during the transformation process.public XMLContainer transform(XMLContainer source, java.util.Map STRToST) throws TransformationException
TransformationException