org.apache.stylebook
Interface Processor

All Superinterfaces:
Component
All Known Implementing Classes:
ImportProcessor, NullProcessor, Xalan2Processor

public interface Processor
extends Component

Version:
CVS $Revision: 313195 $ $Date: 1999-11-15 22:08:18 +0000 (Mon, 15 Nov 1999) $
Author:
Pierpaolo Fumagalli, Copyright 1999 © The Apache Software Foundation. All rights reserved.

Method Summary
 org.w3c.dom.Document process(org.w3c.dom.Document doc, CreationContext c, Parameters p)
           
 
Methods inherited from interface org.apache.stylebook.Component
init
 

Method Detail

process

org.w3c.dom.Document process(org.w3c.dom.Document doc,
                             CreationContext c,
                             Parameters p)
                             throws CreationException,
                                    java.io.IOException
Throws:
CreationException
java.io.IOException