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 | |
TokenizedHTMLPage |
HTMLPage implementation that builds itself based on the incoming 'tag' and 'text' tokens fed to it from the
HTMLTagTokenizer.
|