org.apache.cocoon.processor.xslt
Class OracleXSLProcessor

java.lang.Object
  |
  +--org.apache.cocoon.processor.xslt.AbstractXSLTProcessor
        |
        +--org.apache.cocoon.processor.xslt.OracleXSLProcessor

public class OracleXSLProcessor
extends AbstractXSLTProcessor

This class implements the processor interface for the Oracle XSL Processor.

Version:
$Revision: 1.2 $ $Date: 1999/10/22 22:19:28 $
Author:
Stefano Mazzocchi

Field Summary
(package private)  Parser parser
           
(package private)  oracle.xml.parser.v2.XSLProcessor styler
           
 
Fields inherited from class org.apache.cocoon.processor.xslt.AbstractXSLTProcessor
monitor, parser, store
 
Constructor Summary
OracleXSLProcessor()
           
 
Method Summary
 java.lang.String getStatus()
          Returns information about the status of the implementing class.
 void init(Director director)
          Initialize the actor by indicating their director.
 org.w3c.dom.Document process(org.w3c.dom.Document document, java.util.Dictionary parameters)
          The Oracle XSL processor doesn't cache the stylesheets
 
Methods inherited from class org.apache.cocoon.processor.xslt.AbstractXSLTProcessor
getDocument, getStylesheet, getStylesheetsForBrowsers, hasChanged
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

parser

Parser parser

styler

oracle.xml.parser.v2.XSLProcessor styler
Constructor Detail

OracleXSLProcessor

public OracleXSLProcessor()
Method Detail

init

public void init(Director director)
Description copied from interface: Actor
Initialize the actor by indicating their director.
Overrides:
init in class AbstractXSLTProcessor

process

public org.w3c.dom.Document process(org.w3c.dom.Document document,
                                    java.util.Dictionary parameters)
                             throws java.lang.Exception
The Oracle XSL processor doesn't cache the stylesheets

getStatus

public java.lang.String getStatus()
Description copied from interface: Status
Returns information about the status of the implementing class. Note: this is use instead of the usual toString() method because some of these methods are declared final in some classes in JDK 1.1.


Copyright 1999 Java Apache Project. All Rights Reserved.