Modifier and Type | Method and Description |
---|---|
PageParser |
PageParserSelector.getPageParser(java.lang.String contentType)
Create a PageParser suitable for the given content-type.
|
abstract PageParser |
Factory.getPageParser(java.lang.String contentType)
Create a PageParser suitable for the given content-type.
|
Modifier and Type | Method and Description |
---|---|
PageParser |
BaseFactory.getPageParser(java.lang.String contentType)
Create a PageParser suitable for the given content-type.
|
Modifier and Type | Field and Description |
---|---|
private PageParser |
Buffer.pageParser |
Constructor and Description |
---|
Buffer(PageParser pageParser,
java.lang.String encoding) |
Modifier and Type | Class and Description |
---|---|
class |
DivExtractingPageParser |
class |
MultipassReplacementPageParser |
Modifier and Type | Class and Description |
---|---|
class |
FastPageParser
Deprecated.
Use HTMLPageParser instead - it performs better and is more extensible.
|
class |
HTMLPageParser
Builds an HTMLPage object from an HTML document.
|
class |
PartialPageParser
Page parser that doesn't parse the full page, but rather just parses the head section of the page.
|
class |
SuperFastSimplePageParser
Deprecated.
Renamed to PartialPageParser
|