doc.api.au.id.jericho.lib.html.Util.html Maven / Gradle / Ivy
Go to download
Jericho HTML Parser is a simple but powerful java library allowing analysis and manipulation of
parts of an HTML document, including some common server-side tags, while reproducing verbatim any
unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions.
Util (Jericho HTML Parser 1.5-dev1)
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
au.id.jericho.lib.html
Class Util
java.lang.Object
au.id.jericho.lib.html.Util
- public final class Util
- extends java.lang.Object
This class contains miscellaneous utility methods not directly associated with the HTML Parser library.
Method Summary
static java.lang.String
getString(java.io.Reader reader)
static void
outputCSVLine(java.io.Writer writer,
java.lang.String[] values)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail
getString
public static java.lang.String getString(java.io.Reader reader)
throws java.io.IOException
- Throws:
java.io.IOException
outputCSVLine
public static void outputCSVLine(java.io.Writer writer,
java.lang.String[] values)
throws java.io.IOException
- Throws:
java.io.IOException
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD