Modifier and Type | Method and Description |
---|---|
abstract PageParser |
Factory.getPageParser(java.lang.String contentType)
Create a PageParser suitable for the given content-type.
|
PageParser |
PageParserSelector.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.
|