org.apache.cocoon.processor.xslt
Class LotusXSLProcessor
java.lang.Object
|
+--org.apache.cocoon.processor.xslt.AbstractXSLTProcessor
|
+--org.apache.cocoon.processor.xslt.LotusXSLProcessor
- public class LotusXSLProcessor
- extends AbstractXSLTProcessor
This class implements the processor interface for the Lotus XSL processor.
NOTE: some of this code was taken from the internals of the LotusXSL
processors to allow bugfixing and/or loose coupling on versions
- Version:
- $Revision: 1.3 $ $Date: 1999/10/22 22:19:28 $
- Author:
- Stefano Mazzocchi
Field Summary |
(package private) com.lotus.xsl.XSLProcessor |
styler
|
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)
Process the DOM tree. |
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
styler
com.lotus.xsl.XSLProcessor styler
LotusXSLProcessor
public LotusXSLProcessor()
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
- 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.