See: Description
Interface | 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
|
Class | Description |
---|---|
DocumentTypeUtil | |
HTMLParserFactory |
Factory class for
IHTMLParser |
NodeUtil |
Utility class to manipulate
Node |
Exception | Description |
---|---|
ParseException |
When a parser meets an unexpected and unrecoverable error, ParseException is
thrown
|