Package | Description |
---|---|
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.
|
org.eclipse.actf.visualization.engines.blind.html.util |
This package includes utilities for blind usability visualization of HTML content.
|
Class and Description |
---|
IErrorHandler
Node-level error handler interface.
|
IErrorLogListener
Implementation class of this interface is added to
IParser
instance by addErrorLogListener . |
IHTMLParser |
IParser
Base Interface for parser implementations.
|
IParserError
Interface for parser error constants
|
ParseException
When a parser meets an unexpected and unrecoverable error, ParseException is
thrown
|
Class and Description |
---|
IErrorHandler
Node-level error handler interface.
|
IHTMLParser |
IParser
Base Interface for parser implementations.
|
IParserError
Interface for parser error constants
|
ParseException
When a parser meets an unexpected and unrecoverable error, ParseException is
thrown
|
Class and Description |
---|
IErrorLogListener
Implementation class of this interface is added to
IParser
instance by addErrorLogListener . |