Package org.apache.stylebook.producers
Class DirectoryProducer
- java.lang.Object
-
- org.apache.stylebook.AbstractComponent
-
- org.apache.stylebook.producers.DirectoryProducer
-
public class DirectoryProducer extends AbstractComponent implements Producer
- Version:
- CVS $Revision: 313274 $ $Date: 2000-07-09 14:44:21 +0200 (Sun, 09 Jul 2000) $
- 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
Constructors Constructor Description DirectoryProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.Document
produce(CreationContext c)
-
Methods inherited from class org.apache.stylebook.AbstractComponent
debug, init, log
-
-
-
-
Method Detail
-
produce
public org.w3c.dom.Document produce(CreationContext c) throws CreationException, java.io.IOException
- Specified by:
produce
in interfaceProducer
- Throws:
CreationException
java.io.IOException
-
-