- help() - Static method in class de.unkrig.html2txt.Main
-
Print this text and terminate.
- Html2Txt - Class in de.unkrig.html2txt
-
A converter that turns an HTML document into plain text, using spaces and various punctuation characters to format
it.
- Html2Txt() - Constructor for class de.unkrig.html2txt.Html2Txt
-
- html2txt(File, Writer) - Method in class de.unkrig.html2txt.Html2Txt
-
Reads, scans and parses the HTML document in the inputFile, generates a plain text document, and
writes it to the output.
- html2txt(Reader, Writer) - Method in class de.unkrig.html2txt.Html2Txt
-
Reads, scans and parses the HTML document in the inputFile, generates a plain text document, and
writes it to the output.
- html2txt(Document, Writer) - Method in class de.unkrig.html2txt.Html2Txt
-
Generates a plain text document from the given HTML document, and writes it to the output.
- html2txt(File, File) - Method in class de.unkrig.html2txt.Html2Txt
-
Reads, scans and parses the HTML document in the inputFile, generates a plain text document, and
writes it to the outputFile.
- Html2Txt.BlockElementFormatter - Interface in de.unkrig.html2txt
-
Formats an HTML block element.
- Html2Txt.HtmlErrorHandler - Interface in de.unkrig.html2txt
-
- Html2Txt.HtmlException - Exception in de.unkrig.html2txt
-
Representation of an exceptional condition that occurred during HTML processing.
- Html2Txt.IndentingBlockElementFormatter - Class in de.unkrig.html2txt
-
Formats a block N characters indented, relative to the enclosing block.
- Html2Txt.InlineElementFormatter - Interface in de.unkrig.html2txt
-
Formats an HTML inline element.
- HtmlException(Node, String) - Constructor for exception de.unkrig.html2txt.Html2Txt.HtmlException
-
- setEncoding(Charset) - Method in class de.unkrig.html2txt.Main
-
The charset to use when reading the input file and writing the output file.
- setErrorHandler(Html2Txt.HtmlErrorHandler) - Method in class de.unkrig.html2txt.Html2Txt
-
- setFile(File) - Method in class de.unkrig.html2txt.AntTask
-
The file that contains the HTML document to convert.
- setInputCharset(String) - Method in class de.unkrig.html2txt.AntTask
-
The charset to use when reading HTML input files.
- setInputCharset(Charset) - Method in class de.unkrig.html2txt.Html2Txt
-
Sets the charset to use when reading HTML input files.
- setInputEncoding(Charset) - Method in class de.unkrig.html2txt.Main
-
The charset to use when reading the input file.
- setOutputCharset(String) - Method in class de.unkrig.html2txt.AntTask
-
The charset to use when writing text input files.
- setOutputCharset(Charset) - Method in class de.unkrig.html2txt.Html2Txt
-
Sets the charset to use when writing text input files.
- setOutputEncoding(Charset) - Method in class de.unkrig.html2txt.Main
-
The charset to use when writing the output file.
- setPageLeftMargin(int) - Method in class de.unkrig.html2txt.AntTask
-
The number of spaces that preceeds each line of output.
- setPageLeftMarginWidth(int) - Method in class de.unkrig.html2txt.Html2Txt
-
The number of spaces that preceeds each line of output; defaults to zero.
- setPageRightMargin(int) - Method in class de.unkrig.html2txt.AntTask
-
The maximum length of output lines is "pageWidth - rightMarginWidth".
- setPageRightMarginWidth(int) - Method in class de.unkrig.html2txt.Html2Txt
-
The maximum length of output lines is "pageWidth - rightMarginWidth".
- setPageWidth(int) - Method in class de.unkrig.html2txt.AntTask
-
The maximum length of output lines is "pageWidth - rightMarginWidth".
- setPageWidth(int) - Method in class de.unkrig.html2txt.Html2Txt
-
The maximum length of output lines is "pageWidth - rightMarginWidth".
- setPageWidth(int) - Method in class de.unkrig.html2txt.Main
-
The maximum line length to produce.
- setTodir(File) - Method in class de.unkrig.html2txt.AntTask
-
The directory where the output file(s) will be created.
- setTofile(File) - Method in class de.unkrig.html2txt.AntTask
-
The file that contains generated plain text.
- SIMPLE_HTML_ERROR_HANDLER - Static variable in class de.unkrig.html2txt.Html2Txt
-
- SIMPLE_SAX_ERROR_HANDLER - Static variable in class de.unkrig.html2txt.Html2Txt
-