de.dfki.lt.sdl.xslt
Class XsltModulesDomStringEncapsulated

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.XsltModulesDomStringEncapsulated
All Implemented Interfaces:
IModule

public class XsltModulesDomStringEncapsulated
extends XsltModules

Transforms input org.w3c.dom.Node to a String using the configured stylesheet.


Constructor Summary
XsltModulesDomStringEncapsulated()
          Creates an empty interpreter.
 
Method Summary
 java.lang.Object run(java.lang.Object input)
          Calls XSLT transformer on the input org.w3c.dom.Node; output is an instance of class org.w3c.dom.Node
 
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

XsltModulesDomStringEncapsulated

public XsltModulesDomStringEncapsulated()
Creates an empty interpreter.

Method Detail

run

public java.lang.Object run(java.lang.Object input)
                     throws ModuleRunError
Calls XSLT transformer on the input org.w3c.dom.Node; output is an instance of class org.w3c.dom.Node

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