All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.

There is a newer version: 2.3
Show newest version






Util (Jericho HTML Parser 1.5-dev1)

















au.id.jericho.lib.html
Class Util

java.lang.Object
  extended byau.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






© 2015 - 2024 Weber Informatics LLC | Privacy Policy