Class XsltTransform
java.lang.Object
eu.europa.esig.dss.xades.reference.AbstractTransform
eu.europa.esig.dss.xades.reference.ComplexTransform
eu.europa.esig.dss.xades.reference.XsltTransform
- All Implemented Interfaces:
DSSTransform
public class XsltTransform extends ComplexTransform
The XSLT transform
-
Field Summary
Fields inherited from class eu.europa.esig.dss.xades.reference.AbstractTransform
algorithm, namespace
-
Constructor Summary
Constructors Constructor Description XsltTransform(DSSNamespace xmlDSigNamespace, Document content)
Constructor wit namespaceXsltTransform(Document content)
Default constructor -
Method Summary
Modifier and Type Method Description Element
createTransform(Document document, Element parentNode)
Creates a Transform element DOM and appends it to theparentNode
Methods inherited from class eu.europa.esig.dss.xades.reference.ComplexTransform
getBytesAfterTransformation, getXMLSignatureInput
Methods inherited from class eu.europa.esig.dss.xades.reference.AbstractTransform
equals, getAlgorithm, hashCode, setNamespace, toString
-
Constructor Details
-
XsltTransform
Default constructor- Parameters:
content
-Document
-
XsltTransform
Constructor wit namespace- Parameters:
xmlDSigNamespace
-DSSNamespace
content
-Document
-
-
Method Details
-
createTransform
Description copied from interface:DSSTransform
Creates a Transform element DOM and appends it to theparentNode
- Specified by:
createTransform
in interfaceDSSTransform
- Overrides:
createTransform
in classAbstractTransform
- Parameters:
document
-Document
to add transform forparentNode
-Element
to append transform to- Returns:
- created transform
Element
-