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 booleanisFeatureSupported(String feature) abstract voidmarshal(Node parent, String dsPrefix, DOMCryptoContext context)
-
Constructor Details
-
DOMStructure
public DOMStructure()
-
-
Method Details
-
isFeatureSupported
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-
marshal
public abstract void marshal(Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException - Throws:
MarshalException
-