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

Packages that use IParser
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 IParser in org.eclipse.actf.model.dom.html
 

Subinterfaces of IParser in org.eclipse.actf.model.dom.html
 interface IHTMLParser
           
 

Methods in org.eclipse.actf.model.dom.html with parameters of type IParser
 boolean IErrorHandler.handleError(int code, IParser parser, Node errorNode)
          Handles error whose type is specified by code
 

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

Methods in org.eclipse.actf.model.dom.html.errorhandler with parameters of type IParser
 boolean UnknownElementErrorHandler.handleError(int code, IParser parser, Node errorNode)
           
 boolean FormInserter.handleError(int code, IParser parser, Node errorNode)
           
 boolean FormExpander.handleError(int code, IParser parser, Node errorNode)
          Find the last FORM element and relink it to the lowest position whereas it covers its start and end tag.
 boolean AnchorUnderAnchorHandler.handleError(int code, IParser parser, Node errorNode)
           
 boolean HTMLErrorHandler.handleError(int code, IParser parser, Node errorNode)
          Searches proper a parent node of node.
 boolean TRErrorHandler.handleError(int code, IParser parser, Node errorNode)
           
 boolean IgnoreFont.handleError(int code, IParser parser, Node errorNode)