org.apache.cocoon.processor
Class LotusXSLProcessor
java.lang.Object
|
+--org.apache.cocoon.processor.AbstractXSLProcessor
|
+--org.apache.cocoon.processor.LotusXSLProcessor
- public 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.2 $ $Date: 1999/03/22 23:50:09 $
- Author:
- Stefano Mazzocchi
Field Summary |
(package private) com.lotus.xsl.XSLProcessor |
styler
|
Method Summary |
void |
init(Configurations conf)
|
org.w3c.dom.Document |
process(org.w3c.dom.Document document,
java.util.Hashtable parameters)
|
java.lang.String |
toString()
|
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
public LotusXSLProcessor()
init
public void init(Configurations conf)
- Overrides:
- init in class AbstractXSLProcessor
process
public org.w3c.dom.Document process(org.w3c.dom.Document document,
java.util.Hashtable parameters)
throws java.lang.Exception
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object