Package net.ontopia.topicmaps.nav2.core
Interface ModuleReaderIF
-
- All Known Implementing Classes:
ModuleReader
public interface ModuleReaderIFINTERNAL: Class that reads a module from an input stream and builds for each function a JSPTree from it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mapread(InputStream stream)Method that reads a XML input stream of a module specification and creates a map with functions.
-
-
-
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:
IOExceptionSAXException
-
-