- 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,DOMRSAPSSSignatureMethod,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 protected booleanequalsContent(List<XMLStructure> content, List<XMLStructure> otherContent)booleanisFeatureSupported(String feature)abstract voidmarshal(Node parent, String dsPrefix, DOMCryptoContext context)
-
-
-
Method Detail
-
isFeatureSupported
public final boolean isFeatureSupported(String feature)
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-
marshal
public abstract void marshal(Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException
- Throws:
MarshalException
-
equalsContent
protected boolean equalsContent(List<XMLStructure> content, List<XMLStructure> otherContent)
-
-