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 |
Map |
read(InputStream stream)
Method that reads a XML input stream of a module specification
and creates a map with functions. |
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
Copyright © 2000-2012 Ontopia.