Package de.dfki.lt.sdl.sprout

Class Summary
SproutModules this abstract class extends Modules for the purpose of interfacing SProUT with SDL; SproutModules wraps an InterpreterTest object (= empty SProUT) and initializes this interpreter with a SProUT config file, using the init() method
SproutModulesDomDomEncapsulated this class extends SproutModules by defining the run() method and assuming that the input value is a DOM node.
SproutModulesText this abstract class extends SproutModules by defining the run() method and assuming that the input value is string that has to be analyzed
SproutModulesTextDomEncapsulated this class extends SproutModules by defining the run() method and assuming that the input value is a text string that has to be analyzed
SproutModulesTextFile this abstract class extends SproutModules by defining the run() method and assuming that the input value is a file whose content has to be analyzed
SproutModulesTextXml this abstract class extends SproutModules by defining the run() method and assuming that the input value is string that has to be analyzed
SproutModulesTextXmlEncapsulated this class extends SproutModules by defining the run() method and assuming that the input value is a text string that has to be analyzed
SproutModulesXml this abstract class extends SproutModules by defining the run() method and assuming that the input value is an XML string that has to be analyzed
SproutModulesXmlFile this abstract class extends SproutModules by defining the run() method and assuming that the input value is a file whose content, an XML TFS representation, has to be analyzed
SproutModulesXmlXml this abstract class extends SproutModules by defining the run() method and assuming that the input value is an XML string that has to be analyzed
SproutModulesXmlXmlEncapsulated this class extends SproutModules by defining the run() method and assuming that the input value is an XML string that has to be analyzed