org.apache.cocoon.processor
Interface Processor
- All Known Implementing Classes:
- DCPProcessor, SQLProcessor, AbstractXSLTProcessor
- public interface Processor
- extends Actor, Changeable
Every DOM processor must extend this interface to be recognized by
Cocoon as a DOM processor.
- Version:
- $Revision: 1.8 $ $Date: 1999/10/22 22:19:25 $
- Author:
- Stefano Mazzocchi
Method Summary |
org.w3c.dom.Document |
process(org.w3c.dom.Document document,
java.util.Dictionary parameters)
Process the DOM tree. |
Methods inherited from interface org.apache.cocoon.framework.Actor |
init |
process
public org.w3c.dom.Document process(org.w3c.dom.Document document,
java.util.Dictionary parameters)
throws java.lang.Exception
- Process the DOM tree. The returned tree is allowed to be either a copy
or the modified input tree.
Copyright 1999 Java Apache Project. All Rights Reserved.