Interface | Description |
---|---|
ParseEventDelegatorVisitor |
Common interface to decouple application-specific handlers from the
ParseEventDelegator object: Any object interested in registering for specific
low-level events can implement this interface, and can be added to the
ParseEventDelegator parserVisitors list, and it will be given an opportunity
to register with the ParseEventDelegator for specific events it is
interested in.
|
ParseEventHandler |
General interface used with the ContextAwareLexer to handle high-level SAX
stream events.
|
Class | Description |
---|---|
ContextAwareLexer |
The Lexer that comes with htmlparser does not handle non-escaped HTML
entities within SCRIPT tags - by default, something like:
Can cause the lexer to skip over a large part of the document.
|
NodeUtils | |
ParseContext |
Class which tracks the context and state involved with parsing an HTML
document via SAX events.
|
ParseEventDelegator |
This class provides an abstraction between high-level SAX events, and
application specific low-level SAX event handlers.
|
Copyright © 2005–2015 IIPC. All rights reserved.