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