| Package | Description |
|---|---|
| org.w3c.tidy |
| Modifier and Type | Class | Description |
|---|---|---|
class |
OutJavaImpl |
Output implementation using java writers.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Out |
OutFactory.getOut(Configuration config,
java.io.OutputStream stream) |
Returns the appropriate Out implementation.
|
static Out |
OutFactory.getOut(Configuration config,
java.io.Writer writer) |
Returns the appropriate Out implementation.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
PPrint.condFlushLine(Out fout,
int indent) |
|
void |
PPrint.flushLine(Out fout,
int indent) |
|
void |
PPrint.printSlide(Out fout,
short mode,
int indent,
Lexer lexer) |
Called from printTree to print the content of a slide from the node slidecontent.
|
void |
PPrint.printTree(Out fout,
short mode,
int indent,
Lexer lexer,
Node node) |
|
void |
PPrint.printXMLTree(Out fout,
short mode,
int indent,
Lexer lexer,
Node node) |