|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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(Node node,
EObject container,
EStructuralFeature feature,
Object value)
Record the DOM node and its corresponding EMF values. |
Method Detail |
public void recordValues(Node node, EObject container, EStructuralFeature feature, Object value)
node
- the DOM nodecontainer
- the EObject
which is the node's containerfeature
- the feature for DOM node valuepublic 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 |