public interface DOMHelper
Modifier and Type | Method and Description |
---|---|
EObject |
getContainer(org.w3c.dom.Node node) |
EStructuralFeature |
getEStructuralFeature(org.w3c.dom.Node node) |
java.lang.Object |
getValue(org.w3c.dom.Node node) |
EObject getContainer(org.w3c.dom.Node node)
node
- the DOM nodeEObject
container that holds the DOM node.EStructuralFeature getEStructuralFeature(org.w3c.dom.Node node)
node
- the DOM nodejava.lang.Object getValue(org.w3c.dom.Node node)
node
- the attribute Attr
or element Element
nodeEObject
FeatureMap.Entry
List
or Java type (e.g. String