Interface Component

All Known Subinterfaces:
Parser, Printer, Processor, Producer
All Known Implementing Classes:
AbstractComponent, AbstractParser, CachingParser, ContextProducer, DirectoryProducer, HTMLPrinter, HTMLSerializer, ImagePrinter, ImportProcessor, NullProcessor, ParserProducer, ProjectProducer, Xalan2Processor, XercesParser, XMLPrinter

public interface Component
Version:
CVS $Revision: 313195 $ $Date: 1999-11-15 23:08:18 +0100 (Mon, 15 Nov 1999) $
Author:
Pierpaolo Fumagalli, Copyright 1999 © The Apache Software Foundation. All rights reserved.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initialize this component instance.
  • Method Details