Uses of Interface
org.eclipse.actf.model.dom.html.IParserError

Packages that use IParserError
org.eclipse.actf.model.dom.html This package contains HTML Parser and related utilities. 
org.eclipse.actf.model.dom.html.errorhandler This package contains implementations of error hander. 
 

Uses of IParserError in org.eclipse.actf.model.dom.html
 

Subinterfaces of IParserError in org.eclipse.actf.model.dom.html
 interface IErrorHandler
          Node-level error handler interface.
 

Uses of IParserError in org.eclipse.actf.model.dom.html.errorhandler
 

Classes in org.eclipse.actf.model.dom.html.errorhandler that implement IParserError
 class AnchorUnderAnchorHandler
          A sample implementation of ErrorHandler.
 class FormExpander
          ErrorHandler implementation for illegally closed form context.
 class FormInserter
          ErrorHandler implementation for illegally closed form context.
 class FramesetErrorHandler
          If a parser using Strict or some DTD which does not define FRAMESET, this error handler make the parser use FRAMESET while parsing.
 class HTMLErrorHandler
           
 class IgnoreFont
          If a parser using Strict or some DTD which does not define FRAMESET, this error handler makes the parser use FRAMESET while parsing.
 class TRErrorHandler
          If start tag of TR is missed and only its end tag exists, provide start tag.
 class 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.