-
Method Summary
-
Method Details
-
Returns a particular transformation algorithm name
- Returns:
String algorithm name of transformation
-
Specifies a namespace for the transformation elements
- Parameters:
namespace - DSSNamespace uri
-
byte[] getBytesAfterTranformation(
Node node,
String uri)
Performs transformation on the given node and returns resulting bytes
- Parameters:
node - Node to perform transformation on
uri - String the uri used in a reference to extract the node content
- Returns:
- byte array
-
Creates a Transform element DOM and appends it to the parentNode
- Parameters:
document - Document to add transform for
parentNode - Element to append transform to
- Returns:
- created transform
Element