public static interface PersistenceUtilsCallback.Load
Modifier and Type | Method and Description |
---|---|
void |
load(org.w3c.dom.Document document,
org.w3c.dom.Element element,
java.lang.Object object)
This method is called when reading the object from the element.
|