Class Summary |
CharacterRecorder |
Records (stores) characters supplied one at a time conditional on
whether recording is currently enabled. |
EntityResolver |
Decodes (unescapes) HTML entities with the complication that these
are received one character at a time hence must be stored temporarily. |
HtmlUtils |
Utility functions for HTML and Javascript that are most likely
not interesting to users outside this package. |
JavascriptTokenBuffer |
Implements a circular (ring) buffer of characters with specialized
application logic in order to determine the context of some
Javascript content that is being parsed. |