| Modifier and Type | Method | Description |
|---|---|---|
abstract PageParser |
Factory.getPageParser(String contentType) |
Create a PageParser suitable for the given content-type.
|
PageParser |
PageParserSelector.getPageParser(String contentType) |
Create a PageParser suitable for the given content-type.
|
| Modifier and Type | Method | Description |
|---|---|---|
PageParser |
BaseFactory.getPageParser(String contentType) |
Create a PageParser suitable for the given content-type.
|
| Modifier and Type | Field | Description |
|---|---|---|
private PageParser |
Buffer.pageParser |
| Constructor | Description |
|---|---|
Buffer(PageParser pageParser,
String encoding) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DivExtractingPageParser |
|
class |
MultipassReplacementPageParser |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FastPageParser |
Deprecated.
Use HTMLPageParser instead - it performs better and is more extensible.
|
class |
HTMLPageParser |
Builds an HTMLPage object from an HTML document.
|