Class DOMStructure
java.lang.Object
org.apache.jcp.xml.dsig.internal.dom.DOMStructure
- All Implemented Interfaces:
XMLStructure
- Direct Known Subclasses:
AbstractDOMSignatureMethod
,DOMCryptoBinary
,DOMDigestMethod
,DOMKeyInfo
,DOMKeyName
,DOMKeyValue
,DOMManifest
,DOMPGPData
,DOMReference
,DOMRetrievalMethod
,DOMSignatureProperties
,DOMSignatureProperty
,DOMSignedInfo
,DOMTransform
,DOMX509Data
,DOMX509IssuerSerial
,DOMXMLObject
,DOMXMLSignature
,DOMXMLSignature.DOMSignatureValue
DOM-based abstract implementation of XMLStructure.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
isFeatureSupported
(String feature) abstract void
marshal
(Node parent, String dsPrefix, DOMCryptoContext context)
-
Constructor Details
-
DOMStructure
public DOMStructure()
-
-
Method Details
-
isFeatureSupported
- Specified by:
isFeatureSupported
in interfaceXMLStructure
-
marshal
public abstract void marshal(Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException - Throws:
MarshalException
-