Interface ModuleReaderIF

  • All Known Implementing Classes:
    ModuleReader

    public interface ModuleReaderIF
    INTERNAL: Class that reads a module from an input stream and builds for each function a JSPTree from it.
    • Method Detail

      • read

        Map read​(InputStream stream)
          throws IOException,
                 SAXException
        Method that reads a XML input stream of a module specification and creates a map with functions.
        Returns:
        A Map containing a String with the function name and as the associated value the FunctionIF object.
        Throws:
        IOException
        SAXException