org.apache.cocoon.processor
Interface Processor
- All Known Implementing Classes:
- AbstractXSLProcessor
- public abstract interface Processor
Every DOM processor must extend this interface to be recognized by
Cocoon as a DOM processor.
- Version:
- $Revision: 1.2 $ $Date: 1999/03/22 23:50:09 $
- Author:
- Stefano Mazzocchi
Method Summary |
org.w3c.dom.Document |
process(org.w3c.dom.Document document,
java.util.Hashtable parameters)
Process the DOM tree. |
process
public org.w3c.dom.Document process(org.w3c.dom.Document document,
java.util.Hashtable 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 (c) 1998 The Java Apache Project
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |