|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DOMHandler
This interface is a handler that is called by 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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void recordValues(org.w3c.dom.Node node, EObject container, EStructuralFeature feature, java.lang.Object value)
node
- the DOM nodecontainer
- the 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 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |