Package | Description |
---|---|
org.w3c.tidy |
Modifier and Type | Class and Description |
---|---|
class |
OutJavaImpl
Output implementation using java writers.
|
Modifier and Type | Method and 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 and 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) |
Copyright © 2000–2017 sourceforge. All rights reserved.