public abstract class DOMStructure extends java.lang.Object implements XMLStructure
| Constructor and Description |
|---|
DOMStructure() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public final boolean isFeatureSupported(java.lang.String feature)
XMLStructureisFeatureSupported in interface XMLStructurefeature - the feature name (as an absolute URI)true if the specified feature is supported,
false otherwisepublic abstract void marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
throws MarshalException
MarshalExceptionCopyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.