Uses of Interface
dochelper.Configurable

Packages that use Configurable
dochelper   
dochelper.xins   
 

Uses of Configurable in dochelper
 

Subinterfaces of Configurable in dochelper
 interface Processor
           
 interface RecordSet
          The interface RecordSet defines how a class that should be used as a RecordSet within DocHelper should behave.
 interface Renderer
           
 

Classes in dochelper that implement Configurable
 class AbstractTableRecordSet
          The AbstractTableRecordSet is the base class for defining Database table record sets.
 class FileRecordSet
          The class FileRecordSet implements the RecordSet interface to create a set of Records to be processed.
 class FileRenderer
          The class File Renderer is an implementation of the renderer interface.
 class JdbcTableRecordSet
           
 class MatchOrderProcessor
           
 class NaturalOrderParamProcessor
          The class NaturalOrderProcessor imlements a natural order sorting mechanism for rresult trees in DocHelper.
 class URLRecordSet
          The class URLRecordSet implements the RecordSet interface to represent a set of WebPage to be processed.
 

Methods in dochelper that return Configurable
private static Configurable DocHelper.parseConfigurable(org.w3c.dom.Element node)
           
 

Uses of Configurable in dochelper.xins
 

Classes in dochelper.xins that implement Configurable
 class XINSFunctionRecordSet
          The class XINSFunctionRecordSet implements a special Record Set type that processes XINS function source files in a specific manner.