Class DOMStructure
- java.lang.Object
-
- org.apache.jcp.xml.dsig.internal.dom.BaseStructure
-
- org.apache.jcp.xml.dsig.internal.dom.DOMStructure
-
- All Implemented Interfaces:
XMLStructure
- Direct Known Subclasses:
DOMReference
,DOMRetrievalMethod
,DOMSignedInfo
,DOMXMLSignature
,DOMXMLSignature.DOMSignatureValue
public abstract class DOMStructure extends BaseStructure
DOM-based abstract implementation of XMLStructure.- Author:
- Sean Mullan
-
-
Constructor Summary
Constructors Constructor Description DOMStructure()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
marshal(XmlWriter xwriter, String dsPrefix, XMLCryptoContext context)
-
Methods inherited from class org.apache.jcp.xml.dsig.internal.dom.BaseStructure
isFeatureSupported, textOfNode
-
-
-
-
Method Detail
-
marshal
public abstract void marshal(XmlWriter xwriter, String dsPrefix, XMLCryptoContext context) throws MarshalException
- Throws:
MarshalException
-
-