org.tm4j.panckoucke.impl.context.reader.PanckouckeContextReader .readConfiguration(java.util.Properties props,java.io.Reader config,org.tm4j.panckoucke.context.PanckouckeContext context)

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
org.tm4j.panckoucke.context.PanckouckeContext context the Context to be filled.
java.util.Properties props may be null

Other Resources

Related Topics