org.apache.cocoon.processor
Class LotusXSLProcessor
java.lang.Object
|
+--org.apache.cocoon.processor.AbstractXSLProcessor
|
+--org.apache.cocoon.processor.LotusXSLProcessor
- class LotusXSLProcessor
- extends AbstractXSLProcessor
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.1.1.1 $ $Date: 1999/03/09 23:09:29 $
- Author:
- Stefano Mazzocchi
Field Summary |
(package private) com.lotus.xsl.XSLProcessor |
styler
|
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
styler
com.lotus.xsl.XSLProcessor styler
LotusXSLProcessor
LotusXSLProcessor()
init
public void init(ProcessorContext context)
- Overrides:
- init in class AbstractXSLProcessor
process
public org.w3c.dom.Document process(org.w3c.dom.Document document,
ProcessorParameters parameters)
throws java.lang.Exception
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object