oracle.xml.pipeline.processes
Class XSLProcess

java.lang.Object
  |
  +--oracle.xml.pipeline.processes.XSLProcess
All Implemented Interfaces:
ErrorListener

public class XSLProcess
extends java.lang.Object
implements ErrorListener

Extends the pipeline Process class to create a wrapper around JXTransformer to be used by the pipeline framework. Its parameters are: Inputs - "document" (dom) Params - "stylesheet" (XSLStylesheet), "outputEncoding" (String) Outputs - "result" (stream, dom, sax) Outparams - none


Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.transform.ErrorListener
error, fatalError, warning