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)
XMLStructure
isFeatureSupported
in interface XMLStructure
feature
- 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
MarshalException
Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.