Package org.eclipse.actf.model.dom.html.errorhandler

This package contains implementations of error hander.

See:
          Description

Class Summary
AnchorUnderAnchorHandler A sample implementation of ErrorHandler.
FormExpander ErrorHandler implementation for illegally closed form context.
FormInserter ErrorHandler implementation for illegally closed form context.
FramesetErrorHandler If a parser using Strict or some DTD which does not define FRAMESET, this error handler make the parser use FRAMESET while parsing.
HTMLErrorHandler  
IgnoreFont If a parser using Strict or some DTD which does not define FRAMESET, this error handler makes the parser use FRAMESET while parsing.
TRErrorHandler If start tag of TR is missed and only its end tag exists, provide start tag.
UnknownElementErrorHandler If a parser using a DTD which does not define some element. this error handler make the parser use specified dtd which defines it.
 

Package org.eclipse.actf.model.dom.html.errorhandler Description

This package contains implementations of error hander.