| 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. |