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

Packages that use IErrorLogListener
org.eclipse.actf.model.dom.html   
org.eclipse.actf.visualization.engines.blind.html.util   
 

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.