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
 java.util.Map read(java.io.InputStream stream)
          Method that reads a XML input stream of a module specification and creates a map with functions.
 

Method Detail

read

java.util.Map read(java.io.InputStream stream)
                   throws java.io.IOException,
                          org.xml.sax.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:
java.io.IOException
org.xml.sax.SAXException


Copyright © 2000-2012 Ontopia.