See: Description
Interface | Description |
---|---|
NodeIterator | |
ParserFeedback |
Interface for providing feedback without forcing the output
destination to be predefined.
|
SimpleNodeIterator |
The HTMLSimpleEnumeration interface is similar to NodeIterator,
except that it does not throw exceptions.
|
Class | Description |
---|---|
CharacterReference |
Structure to hold a character and it's equivalent entity reference kernel.
|
DefaultParserFeedback |
Default implementation of the HTMLParserFeedback interface.
|
FeedbackManager |
Implementaiton of static methods that allow the parser to
route various messages to any implementation of the
HTMLParserFeedback interface.
|
IteratorImpl | |
LinkProcessor | Deprecated
Use a Page object instead.
|
NodeList | |
ParserUtils | |
SpecialHashtable |
Acts like a regular HashTable, except some values are translated in get(String).
|
Translate |
Translate numeric character references and character entity references to unicode characters.
|
Exception | Description |
---|---|
ChainedException | |
EncodingChangeException |
The encoding is changed invalidating already scanned characters.
|
ParserException |
Library-specific support for chained exceptions.
|
HTML Parser is an open source library released under LGPL.