oracle.xml.pipeline.processes
Class XSLStylesheetProcess

java.lang.Object
  |
  +--oracle.xml.pipeline.processes.XSLStylesheetProcess

public class XSLStylesheetProcess
extends java.lang.Object

Extends the pipeline Process class to create a wrapper around creation of XSLStylesheet to be used by the pipeline framework. Its parameters are: Inputs - "xsl" (stream, dom) Params - "baseURL" (String), "outputEncoding" (String), "showWarnings" (boolean - true/false) Outputs - none Outparams - "stylesheet" (XSLStylesheet)


Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait