A D E F H M O R S T W 

A

addConfigured(ResourceCollection) - Method in class de.unkrig.html2txt.AntTask
Resources to convert.
ALL_BLOCK_ELEMENTS - Static variable in class de.unkrig.html2txt.Html2Txt
Defines the strategies for formatting HTML block elements.
ALL_INLINE_ELEMENTS - Static variable in class de.unkrig.html2txt.Html2Txt
Defines the strategies for formatting HTML inline elements.
AntTask - Class in de.unkrig.html2txt
Converts one or more HTML files into plain text files.
AntTask() - Constructor for class de.unkrig.html2txt.AntTask
 

D

de.unkrig.html2txt - package de.unkrig.html2txt
Main package of the "html2txt" library.

E

error(Html2Txt.HtmlException) - Method in interface de.unkrig.html2txt.Html2Txt.HtmlErrorHandler
 
execute() - Method in class de.unkrig.html2txt.AntTask
The ANT task "execute" method.

F

fatalError(Html2Txt.HtmlException) - Method in interface de.unkrig.html2txt.Html2Txt.HtmlErrorHandler
 
format(Html2Txt, int, Html2Txt.Bulleting, int, Element, Consumer<? super CharSequence>) - Method in interface de.unkrig.html2txt.Html2Txt.BlockElementFormatter
Appends lines to the output.
format(Html2Txt, int, Html2Txt.Bulleting, int, Element, Consumer<? super CharSequence>) - Method in class de.unkrig.html2txt.Html2Txt.IndentingBlockElementFormatter
 
format(Html2Txt, Element, StringBuilder) - Method in interface de.unkrig.html2txt.Html2Txt.InlineElementFormatter
Appends characters to the output; "\n" represents a "break" ("<br />").

H

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.HtmlException(Node, String) - Constructor for exception de.unkrig.html2txt.Html2Txt.HtmlException
 
Html2Txt.IndentingBlockElementFormatter - Class in de.unkrig.html2txt
 
Html2Txt.IndentingBlockElementFormatter(int) - Constructor for class de.unkrig.html2txt.Html2Txt.IndentingBlockElementFormatter
 
Html2Txt.InlineElementFormatter - Interface in de.unkrig.html2txt
Formats an HTML inline element.

M

Main - Class in de.unkrig.html2txt
A command line interface for Html2Txt.
main(String[]) - Static method in class de.unkrig.html2txt.Main
Usage: html2txt [ option ] ...
maxLength(Iterable<? extends CharSequence>) - Static method in class de.unkrig.html2txt.Html2Txt
 

O

OL_FORMATTER - Static variable in class de.unkrig.html2txt.Html2Txt
Formatter for the "<ol>" ("ordered list") HTML block element.

R

rightPad(Producer<? extends CharSequence>, int, char) - Static method in class de.unkrig.html2txt.Html2Txt
Wraps the given delegate such that it right-pads the products with c to the given width.
rightTrim(Consumer<? super String>) - Static method in class de.unkrig.html2txt.Html2Txt
Creates and returns a Consumer that forwards its subjects to the delegate, with trailing spaces (' ') removed.

S

setErrorHandler(Html2Txt.HtmlErrorHandler) - Method in class de.unkrig.html2txt.Html2Txt
Sets a custom Html2Txt.HtmlErrorHandler on this object.
setFile(File) - Method in class de.unkrig.html2txt.AntTask
The file that contains the HTML document to convert.
setInputCharset(Charset) - Method in class de.unkrig.html2txt.Html2Txt
Sets the charset to use when reading HTML input files.
setOutputCharset(Charset) - Method in class de.unkrig.html2txt.Html2Txt
Sets the charset to use when writing text input files.
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".
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
All methods of theis Html2Txt.HtmlErrorHandler throw the Html2Txt.HtmlException they recieve.
SIMPLE_SAX_ERROR_HANDLER - Static variable in class de.unkrig.html2txt.Html2Txt
All methods of this ErrorHandler throw the SAXException they recieve.

T

TABLE_FORMATTER - Static variable in class de.unkrig.html2txt.Html2Txt
Formatter for the "<table>" HTML block element.
toString() - Method in exception de.unkrig.html2txt.Html2Txt.HtmlException
 

W

warning(Html2Txt.HtmlException) - Method in interface de.unkrig.html2txt.Html2Txt.HtmlErrorHandler
 
A D E F H M O R S T W