Package net.ontopia.topicmaps.nav2.core
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 Summary
Modifier and TypeMethodDescriptionread(InputStream stream) Method that reads a XML input stream of a module specification and creates a map with functions.
-
Method Details
-
read
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
-