de.dfki.lt.sdl.xslt
Class XsltModulesStringString

java.lang.Object
  extended by de.dfki.lt.sdl.Modules
      extended by de.dfki.lt.sdl.xslt.XsltModules
          extended by de.dfki.lt.sdl.xslt.XsltModulesStringString
All Implemented Interfaces:
IModule

public class XsltModulesStringString
extends XsltModules

Transforms input XML String to an output String using the configured stylesheet.


Constructor Summary
XsltModulesStringString()
          Creates an empty interpreter.
 
Method Summary
 java.lang.Object run(java.lang.Object input)
          Calls transformer on the input XML String using the configured stylesheet; output is a String.
 
Methods inherited from class de.dfki.lt.sdl.xslt.XsltModules
init
 
Methods inherited from class de.dfki.lt.sdl.Modules
clear, getInput, getOutput, setInput, setOutput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsltModulesStringString

public XsltModulesStringString()
Creates an empty interpreter.

Method Detail

run

public java.lang.Object run(java.lang.Object input)
                     throws ModuleRunError
Calls transformer on the input XML String using the configured stylesheet; output is a String.

Specified by:
run in interface IModule
Overrides:
run in class Modules
Throws:
ModuleRunError