Interface DSSTransform
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractTransform,Base64Transform,CanonicalizationTransform,ComplexTransform,EnvelopedSignatureTransform,SPDocDigestAsInSpecificationTransform,XPath2FilterEnvelopedSignatureTransform,XPath2FilterTransform,XPathEnvelopedSignatureTransform,XPathTransform,XsltTransform
Defines a transform used for a reference transformations
-
Method Summary
Modifier and TypeMethodDescriptioncreateTransform(Document document, Element parentNode) Creates a Transform element DOM and appends it to theparentNodeReturns a particular transformation algorithm nameperformTransform(DSSTransformOutput transformOutput) Executes a transform on the providedDSSTransformOutputvoidsetNamespace(DSSNamespace namespace) Specifies a namespace for the transformation elements
-
Method Details
-
getAlgorithm
-
setNamespace
Specifies a namespace for the transformation elements- Parameters:
namespace-DSSNamespaceuri
-
performTransform
Executes a transform on the providedDSSTransformOutput- Parameters:
transformOutput-DSSTransformOutput- Returns:
DSSTransformOutputafter applying the transform
-
createTransform
-