public interface DOMHandler
XMLSave while converting the contents of an XMLResource to DOM,
to allow application to record EMF values that were used to create a DOM node.| Modifier and Type | Method and Description |
|---|---|
DOMHelper |
getDOMHelper() |
void |
recordValues(org.w3c.dom.Node node,
EObject container,
EStructuralFeature feature,
java.lang.Object value)
Record the DOM node and its corresponding EMF values.
|
void recordValues(org.w3c.dom.Node node,
EObject container,
EStructuralFeature feature,
java.lang.Object value)
node - the DOM nodecontainer - the org.eclipse.emf.ecore.EObject which is the node's containerfeature - the feature for DOM node valuevalue - the EMF value which is obtained by querying the value of the specified feature on the container
EObject#eGet(EStructuralFeature);
this value is used to create the DOMHelper getDOMHelper()
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature