Uses of Class
org.txt2xml.config.ConfigException

Packages that use ConfigException
org.txt2xml.config   
 

Uses of ConfigException in org.txt2xml.config
 

Methods in org.txt2xml.config that throw ConfigException
 Processor ProcessorFactory.createProcessor(java.io.Reader configReader)
           Read the configuration and return the Processor defined: this will include sub-Processors or following Processors if defined in the config.
 Processor ProcessorFactory.createProcessor(java.net.URL configUrl)
           Read the configuration and return the Processor defined: this will include sub-Processors or following Processors if defined in the config.
protected  Processor ProcessorFactory.readProcessorSequenceFrom(org.jdom.Element parentElement)
           Read config contained by the passed parent Element and return the sequence of Processors defined there, which might include sub-Processors and following Processors if defined.
protected  Processor ProcessorFactory.readProcessor(org.jdom.Element processorElement)
           Read config for a Processor in the passed "Processor" Element and return the Processor defined there, including sub-Processors.
 



Copyright © 2002 Steve Meyfroidt. All Rights Reserved.