| Package | Description |
|---|---|
| org.w3c.tidy |
| Modifier and Type | Class | Description |
|---|---|---|
class |
StreamInJavaImpl |
StreamIn Implementation using java writers.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected StreamIn |
Lexer.in |
file stream.
|
| Modifier and Type | Method | Description |
|---|---|---|
static StreamIn |
StreamInFactory.getStreamIn(Configuration config,
java.io.InputStream stream) |
Returns the appropriate StreamIn implementation.
|
static StreamIn |
StreamInFactory.getStreamIn(Configuration config,
java.io.Reader reader) |
Returns the appropriate StreamIn implementation.
|
| Constructor | Description |
|---|---|
Lexer(StreamIn in,
Configuration configuration,
Report report) |
Instantiates a new Lexer.
|