org.apache.jcp.xml.dsig.internal.dom
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMStructure
public DOMStructure()
marshal
public abstract void marshal(XmlWriter xwriter,
String dsPrefix,
XMLCryptoContext context)
throws MarshalException
- Throws:
MarshalException
Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.