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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IErrorHandler
Node-level error handler interface.
|
Modifier and Type | Class and Description |
---|---|
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.
|