public abstract class DOMStructure extends Object implements XMLStructure
| Constructor and Description |
|---|
DOMStructure() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFeatureSupported(String feature)
Indicates whether a specified feature is supported.
|
abstract void |
marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
public final boolean isFeatureSupported(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(Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException
MarshalExceptionCopyright © 2000–2023 The Apache Software Foundation. All rights reserved.