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

Packages that use IErrorLogListener
org.eclipse.actf.model.dom.html This package contains HTML Parser and related utilities. 
org.eclipse.actf.visualization.engines.blind.html.util This package includes utilities for blind usability visualization of HTML content. 
 

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

Methods in org.eclipse.actf.model.dom.html with parameters of type IErrorLogListener
 void IParser.addErrorLogListener(IErrorLogListener listener)
          Adds an error log listener.
 

Uses of IErrorLogListener in org.eclipse.actf.visualization.engines.blind.html.util
 

Classes in org.eclipse.actf.visualization.engines.blind.html.util that implement IErrorLogListener
 class HtmlErrorLogListener
          Implementation of IErrorLogListener to correct HTML parse errors.