org.apache.stylebook.processors
Class ImportProcessor

java.lang.Object
  extended by org.apache.stylebook.AbstractComponent
      extended by org.apache.stylebook.processors.ImportProcessor
All Implemented Interfaces:
Component, Processor

public class ImportProcessor
extends AbstractComponent
implements Processor

Version:
CVS $Revision: 313202 $ $Date: 1999-11-30 12:28:55 +0000 (Tue, 30 Nov 1999) $
Author:
Pierpaolo Fumagalli, Copyright 1999 © The Apache Software Foundation. All rights reserved.

Field Summary
 
Fields inherited from class org.apache.stylebook.AbstractComponent
engine, params
 
Constructor Summary
ImportProcessor()
           
 
Method Summary
 Document process(Document doc, CreationContext c, Parameters p)
           
 
Methods inherited from class org.apache.stylebook.AbstractComponent
debug, init, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.stylebook.Component
init
 

Constructor Detail

ImportProcessor

public ImportProcessor()
Method Detail

process

public Document process(Document doc,
                        CreationContext c,
                        Parameters p)
                 throws CreationException,
                        IOException
Specified by:
process in interface Processor
Throws:
CreationException
IOException