Package dochelper

Interface Summary
Configurable The interface Configurable defines how a class that can be configurable through definition should behave.
Processor  
Record The interface Record defines the members an class must implement in order to be utlizied as a Record within DocHelper RecordSets.
RecordSet The interface RecordSet defines how a class that should be used as a RecordSet within DocHelper should behave.
Renderer  
TransformDefinition The interface RenderDefinition defines how classes that are going to be utilized to Render DocPattern matches should behave.
 

Class Summary
AbstractTableRecordSet The AbstractTableRecordSet is the base class for defining Database table record sets.
DocHelper The class DocHelper is the main entry point for running a DocHelper job.
DocPattern The class DocPattern implements one of the principal components of DocHelper, the Pattern.
DocumentDefinition The class DocumentDefinition implements one of the launch points for the DocHelper process.
DocumentSection The class DocumentSection implements the member classes in DocHelper can use to encapsulate content.
EscapedMatchTransformDefinition The class EscapedMatchNodeDefinition implements Render Definition to handle the rendering of matches that include characters that should be escaped when creating a DOM node.
FileRecord The class FileRecord implements Record to represent a single file in a set of files to be processed by DocHelper.
FileRecordSet The class FileRecordSet implements the RecordSet interface to create a set of Records to be processed.
FileRenderer The class File Renderer is an implementation of the renderer interface.
FileTransformDefinition The class FileRenderDefinition implements the RenderDefinition interface and is used as the simplest manner in which to render DocPattern matches.
JdbcTableRecordSet  
Main  
MatchOrderProcessor  
NaturalOrderParamProcessor The class NaturalOrderProcessor imlements a natural order sorting mechanism for rresult trees in DocHelper.
ResultNode The ResultNode class holds the result of the execution of DocHelper.
TableRecord  
TransformDefinitionImpl The class RenderDefinitionImpl implements the RenderDefinition interface and is used as the simplest manner in which to render DocPattern matches.
URLRecord  
URLRecordSet The class URLRecordSet implements the RecordSet interface to represent a set of WebPage to be processed.