org.jcp.xml.dsig.internal.dom
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)
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(org.w3c.dom.Node parent, java.lang.String dsPrefix, DOMCryptoContext context) throws MarshalException
MarshalException
Copyright © 2000-2014 The Apache Software Foundation. All Rights Reserved.