org.apache.jcp.xml.dsig.internal.dom
Class DOMStructure
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, 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.
- Author:
- Sean Mullan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMStructure
public DOMStructure()
isFeatureSupported
public final boolean isFeatureSupported(String feature)
- 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(Node parent,
String dsPrefix,
DOMCryptoContext context)
throws MarshalException
- Throws:
MarshalException
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.