public abstract class DOMStructure extends Object implements XMLStructure
Constructor and Description |
---|
DOMStructure() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
equalsContent(List<XMLStructure> content,
List<XMLStructure> otherContent) |
boolean |
isFeatureSupported(String feature) |
abstract void |
marshal(Node parent,
String dsPrefix,
DOMCryptoContext context) |
public final boolean isFeatureSupported(String feature)
isFeatureSupported
in interface XMLStructure
public abstract void marshal(Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException
MarshalException
protected boolean equalsContent(List<XMLStructure> content, List<XMLStructure> otherContent)
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.