| Interface | Description |
|---|---|
| PartialPageParser.SimpleMap |
| Class | Description |
|---|---|
| AbstractHTMLPage |
Abstract implementation of
HTMLPage. |
| AbstractPage |
Abstract implementation of
Page . |
| FastPage |
HTMLPage implementation produced by FastPageParser.
|
| FastPageParser | Deprecated
Use HTMLPageParser instead - it performs better and is more extensible.
|
| HTMLPageParser |
Builds an HTMLPage object from an HTML document.
|
| PageRequest | |
| PartialPageParser |
Page parser that doesn't parse the full page, but rather just parses the head section of the page.
|
| PartialPageParser.ContentTagSimpleMap | |
| PartialPageParser.HashSimpleMap | |
| PartialPageParser.MetaTagSimpleMap | |
| PartialPageParserHtmlPage | |
| PartialPageParserPage | |
| SuperFastSimplePageParser | Deprecated
Renamed to PartialPageParser
|
| TokenizedHTMLPage |
HTMLPage implementation that builds itself based on the incoming 'tag' and 'text' tokens fed to it from the
HTMLTagTokenizer.
|