Package org.htmlparser.util
Code which can be reused by many classes, is located in this package.
See:
Description
Interface Summary |
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 Summary |
ChainedException |
Support for chained exceptions in code that predates Java 1.4.
|
CharacterReference |
Structure to hold a character and it's equivalent entity reference kernel.
|
DefaultParserFeedback |
Default implementation of the HTMLParserFeedback interface.
|
EncodingChangeException |
The encoding is changed invalidating already scanned characters.
|
FeedbackManager |
Implementaiton of static methods that allow the parser to
route various messages to any implementation of the
HTMLParserFeedback interface. |
IteratorImpl | |
NodeList | |
NodeTreeWalker |
A class for walking a tree of {@link Node} objects, in either a depth-first or breadth-first manner.
|
ParserException |
Library-specific support for chained exceptions.
|
ParserUtils | |
Translate |
Translate numeric character references and character entity references to unicode characters.
|
Code which can be reused by many classes, is located in this package.
The util package is intended for holding utility classes that don't directly
help with parsing, but can take responsibilities out of some classes.
HTML Parser is an open source library released under LGPL. |  |