|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IErrorHandler | |
---|---|
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 IErrorHandler in org.eclipse.actf.model.dom.html |
---|
Methods in org.eclipse.actf.model.dom.html that return IErrorHandler | |
---|---|
IErrorHandler[] |
IParser.getErrorHandlers()
Gets node-level error handlers included in this parser |
Methods in org.eclipse.actf.model.dom.html with parameters of type IErrorHandler | |
---|---|
void |
IParser.addErrorHandler(IErrorHandler errorHandler)
Adds an ErrorHandler instance. |
Uses of IErrorHandler in org.eclipse.actf.model.dom.html.errorhandler |
---|
Classes in org.eclipse.actf.model.dom.html.errorhandler that implement IErrorHandler | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |