|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jcp.xml.dsig.internal.dom.DOMStructure
public abstract class DOMStructure
DOM-based abstract implementation of XMLStructure.
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 |
---|
public DOMStructure()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |