Interface IXMLConfigurable

    • Method Detail

      • loadFromXML

        void loadFromXML​(XML xml)
        Load XML configuration values and initialized this object with them.
        Parameters:
        xml - the XML to load into this object
      • saveToXML

        void saveToXML​(XML xml)
        Saves this object as XML.
        Parameters:
        xml - the XML that will representing this object