org.jcp.xml.dsig.internal.dom
Class DOMStructure
java.lang.Object
org.jcp.xml.dsig.internal.dom.DOMStructure
- All Implemented Interfaces:
- XMLStructure
- Direct Known Subclasses:
- DOMCryptoBinary, DOMDigestMethod, DOMKeyInfo, DOMKeyName, DOMKeyValue, DOMManifest, DOMPGPData, DOMReference, DOMRetrievalMethod, DOMSignatureMethod, DOMSignatureProperties, DOMSignatureProperty, DOMSignedInfo, DOMTransform, DOMX509Data, DOMX509IssuerSerial, DOMXMLObject, DOMXMLSignature, DOMXMLSignature.DOMSignatureValue
public abstract class DOMStructure
- extends Object
- implements XMLStructure
Disabled: no SafeJ information.
DOM-based abstract implementation of XMLStructure.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMStructure
public DOMStructure()
- Class is disabled.
isFeatureSupported
public final boolean isFeatureSupported(String feature)
- Class is disabled.
- Description copied from interface:
XMLStructure
- Indicates whether a specified feature is supported.
- Specified by:
isFeatureSupported
in interface XMLStructure
- Parameters:
feature
- the feature name (as an absolute URI)
- Returns:
true
if the specified feature is supported,
false
otherwise
marshal
public abstract void marshal(org.w3c.dom.Node parent,
String dsPrefix,
DOMCryptoContext context)
throws MarshalException
- Class is disabled.
- Throws:
MarshalException