Class DOMStructure
- java.lang.Object
-
- org.apache.jcp.xml.dsig.internal.dom.BaseStructure
-
- org.apache.jcp.xml.dsig.internal.dom.DOMStructure
-
- All Implemented Interfaces:
javax.xml.crypto.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, java.lang.String dsPrefix, javax.xml.crypto.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, java.lang.String dsPrefix, javax.xml.crypto.XMLCryptoContext context) throws javax.xml.crypto.MarshalException
- Throws:
javax.xml.crypto.MarshalException
-
-