org.tm4j.config.xml.TopicMapManagerConfiguration .readConfiguration(java.util.Properties props,java.io.Reader config,org.tm4j.topicmap.TopicMapManager manager)

Description

Fills the context with the settings from the reader. The reader must provide access to a xml file which conforms to the context.dtd. This method closes the reader before it returns

Parameters
java.io.Reader config a reader that accesses a xml-file, which conforms to context.dtd a reader that accesses a xml-file
org.tm4j.topicmap.TopicMapManager manager the TopicMapManager to be filled.
java.util.Properties props configuration properties for this digestern, may be null

Other Resources

Related Topics