public interface PageParser
Page
object.
The implementation of this can be switched to parse different kind of data
(e.g. HTML, WML, FOP, images) or for performance enhancements. An
implementation is obtained through the Factory
.
A single PageParser is reused, therefore the parse() methods need to be thread-safe.
Modifier and Type | Method and Description |
---|---|
Page |
parse(char[] data)
This builds a Page.
|
Page parse(char[] data) throws java.io.IOException
java.io.IOException