org.apache.cocoon.processor.xslt
Class XSLPProcessor

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

public class XSLPProcessor
extends AbstractXSLTProcessor

This class implements the processor interface for the XSL:P processor.

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

Field Summary
(package private)  com.kvisco.xsl.XSLProcessor styler
           
 
Fields inherited from class org.apache.cocoon.processor.xslt.AbstractXSLTProcessor
monitor, parser, store
 
Constructor Summary
XSLPProcessor()
           
 
Method Summary
 java.lang.String getStatus()
          Returns information about the status of the implementing class.
 org.w3c.dom.Document process(org.w3c.dom.Document document, java.util.Dictionary parameters)
          Process the DOM tree.
 
Methods inherited from class org.apache.cocoon.processor.xslt.AbstractXSLTProcessor
getDocument, getStylesheet, getStylesheetsForBrowsers, hasChanged, init
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

styler

com.kvisco.xsl.XSLProcessor styler
Constructor Detail

XSLPProcessor

public XSLPProcessor()
Method Detail

process

public org.w3c.dom.Document process(org.w3c.dom.Document document,
                                    java.util.Dictionary parameters)
                             throws java.lang.Exception
Description copied from interface: Processor
Process the DOM tree. The returned tree is allowed to be either a copy or the modified input tree.

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.