de.dfki.lt.sdl.xslt
Class XsltModulesDomDomEncapsulated

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

public class XsltModulesDomDomEncapsulated
extends XsltModules

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


Constructor Summary
XsltModulesDomDomEncapsulated()
          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

XsltModulesDomDomEncapsulated

public XsltModulesDomDomEncapsulated()
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