Package org.faktorips.runtime.internal
Interface XmlCallback
public interface XmlCallback
Callback interface for XML initialization.
- Author:
- Joerg Ortmann
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitProperties(String pathFromAggregateRoot, IModelObject modelObject, Map<String, String> propMap) Callback method will be called for each node element inside the XML structure.
-
Method Details
-
initProperties
void initProperties(String pathFromAggregateRoot, IModelObject modelObject, Map<String, String> propMap) Callback method will be called for each node element inside the XML structure.- Parameters:
pathFromAggregateRoot- The path starting on the aggregates root node elementmodelObject- The model object which is currently initialized via XMLpropMap- Map containing all node properties
-