Interface PersistenceUtilsCallback.Load

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
    • Method Detail

      • load

        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.
        Parameters:
        document - the XML document
        element - the element representing the object
        object - the object to be written.