| Class | Description |
|---|---|
| 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.
|
| Enum | Description |
|---|---|
| EntityResolver.Status |
Returned in
processChar method. |
| HtmlUtils.META_REDIRECT_TYPE |
Indicates the type of content contained in the
content HTML
attribute of the meta HTML tag. |
Copyright © 2010–2013 Google. All rights reserved.