![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.mime.html.TextHTMLConverterjava.lang.Object | +----grendel.mime.html.TextHTMLConverter This class knows how to convert plain-text to HTML.
class TextHTMLConverter
extends java.lang.Object
{
// Constructors 1
public TextHTMLConverter();
// Methods 6
private static final boolean isURLProtocol(StringBuffer, int, int);
public static void main(String[]);
private static final boolean matchSubstring(StringBuffer, int, int, String);
public static void quoteForHTML(StringBuffer, boolean, boolean);
private static final boolean sendmailFuckage(StringBuffer, int, int);
static void test(String);
}
Constructors TextHTMLConverterpublic TextHTMLConverter()
Methods quoteForHTMLpublic static void quoteForHTML(StringBuffer text, boolean urls_too, boolean citations_too)
isURLProtocolprivate static final boolean isURLProtocol(StringBuffer buf, int start, int length) matchSubstringprivate static final boolean matchSubstring(StringBuffer buf, int start, int length, String string) sendmailFuckageprivate static final boolean sendmailFuckage(StringBuffer buf, int start, int length) teststatic void test(String x) mainpublic static void main(String[] args) All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|
|
Copyright © 1998-1999 The Mozilla Organization.
Last modified December 25, 1998. |
|