HTML Parser Home Page

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.
PeekingIterator Deprecated. shouldn't need to pre-read tags.
SimpleNodeIterator The HTMLSimpleEnumeration interface is similar to NodeIterator, except that it does not throw exceptions.
 

Class Summary
CharacterReference Structure to hold a character and it's equivalent entity reference kernel.
CommandLine Simple command like parser/handler.
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 Processor class for links, is present basically as a utility class.
NodeList  
ParserUtils  
PeekingIteratorImpl Deprecated. shouldn't need to pre-read tags.
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 Summary
ChainedException  
EncodingChangeException The encoding is changed invalidating already scanned characters.
ParserException Library-specific support for chained exceptions.
 

Package org.htmlparser.util Description

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.


© 2004 Somik Raha
Mar 14, 2004

HTML Parser is an open source library released under LGPL.
SourceForge.net