Uses of Interface
org.faktorips.runtime.internal.XmlCallback
-
Packages that use XmlCallback Package Description org.faktorips.runtime.internal -
-
Uses of XmlCallback in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal with parameters of type XmlCallback Modifier and Type Method Description voidAbstractModelObject. initFromXml(org.w3c.dom.Element objectEl, boolean initWithProductDefaultsBeforeReadingXmlData, IRuntimeRepository productRepository, IObjectReferenceStore store, XmlCallback xmlCallback)Initializes the policy component's state with the data stored in the given xml element.protected voidAbstractModelObject. initFromXml(org.w3c.dom.Element objectEl, boolean initWithProductDefaultsBeforeReadingXmlData, IRuntimeRepository productRepository, IObjectReferenceStore store, XmlCallback xmlCallback, java.lang.String currPath)Initializes the policy component's state with the data stored in the given xml element.
-