DimDom v0.8.2

Package org.alltimeflashdreamer.dimdom

Interface Summary
DimDomNode Title: DimDomNode
Description: This interface collects the supported operations of the DimDom engine that the programmer of the dynamic content is able to use.
XHTMLDocument Title: XHTMLDocument
Description: This interface declares the two central methods of the DimDom engine: print and setSiteData.
XHTMLSiteData Title: XHTMLSiteData
Description: This is the client interface of the DimDom engine.
 

Class Summary
AbstractXHTMLDocument Title: AbstractXHTMLDocument
Description: This class wraps the necessary functionality around the "logic" that is implemented in the DimDom engine, reference implementation.
AbstractXHTMLSiteData Title: AbstractXHTMLSiteData
Description: This is the superclass of each DOM processor using DimDom's own processing mechanism.
CommandParser Title: CommandParser
Description: This class contains the methods that are able to parse DimDom commands.
These methods are centralized herein to easily find them again in case of changes or extensions of the DimDom specification.
DimDom Title: DimDom
Description: This is the "server core" of the DimDom engine.
DimDomNodeImpl Title: DimDomNodeImpl
Description: This class represents one node that is processed by the DimDom engine.
SimpleDocument Title: SimpleDocument
Description: This class implements the "simple" logic of the DimDom, extending the very "base" logic from AbstractHTMLDocument, which means that it implements the abstract method getNextRepeatedElement method defined in the superclass.
SimpleSiteData Title: SimpleSiteData
Description: This simple implementation of AbstractXHTMLSiteData provides two constructors, one for each of the two parameters of those at least one must be defined.
SiteTester Title: SiteTester
Description: This class allows both a designer and a programmer to test whether a html file describing a web site is acceptable for the DOM parser and the needs of DimDom.
It reads the command line parameters and parses the specified file accordingly, printing out either the result output after a successful parsing or the stack trace of the exception that was thrown during the processing.
XHTMLParser Title: XHTMLParser
Description: Parses a File or an InputStream source and returns the Document instance.
 

Exception Summary
DimDomException Title: DimDomException
Description: This excpeption is designed to handle problems that occur(red) while processing a DimDom template / commands pair.
 


Copyright (c) 2001/02 by Florian Steinsiepe