org.jcp.xml.dsig.internal.dom
Class DOMStructure

java.lang.Object
  extended by 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 java.lang.Object
implements XMLStructure

DOM-based abstract implementation of XMLStructure.

Author:
Sean Mullan

Constructor Summary
DOMStructure()
           
 
Method Summary
 boolean isFeatureSupported(java.lang.String feature)
          Indicates whether a specified feature is supported.
abstract  void marshal(org.w3c.dom.Node parent, java.lang.String dsPrefix, DOMCryptoContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMStructure

public DOMStructure()
Method Detail

isFeatureSupported

public final boolean isFeatureSupported(java.lang.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(org.w3c.dom.Node parent,
                             java.lang.String dsPrefix,
                             DOMCryptoContext context)
                      throws MarshalException
Throws:
MarshalException


Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.