Interface XMLConfigurable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getXMLSchema()
      Returns the XML schema for the input parameter.
      void init​(org.w3c.dom.Element parameter)
      Initializes the XML configurable object with the input parameter.
    • Method Detail

      • init

        void init​(org.w3c.dom.Element parameter)
        Initializes the XML configurable object with the input parameter.
        Parameters:
        parameter - an XML element containing the necessary information to initialize the object.
      • getXMLSchema

        java.lang.String getXMLSchema()
        Returns the XML schema for the input parameter.
        Returns: