|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTMLParser
HTML Parsing Interfacew for test purposes
Method Summary | |
---|---|
DocData |
parse(java.lang.String name,
java.util.Date date,
java.io.Reader reader,
java.text.DateFormat dateFormat)
Parse the input Reader and return DocData. |
DocData |
parse(java.lang.String name,
java.util.Date date,
java.lang.StringBuffer inputText,
java.text.DateFormat dateFormat)
Parse the inputText and return DocData. |
Method Detail |
---|
DocData parse(java.lang.String name, java.util.Date date, java.io.Reader reader, java.text.DateFormat dateFormat) throws java.io.IOException, java.lang.InterruptedException
dateFormat
- date formatter to use for extracting the date.name
- name of the result doc data. If null, attempt to set by parsed data.date
- date of the result doc data. If null, attempt to set by parsed data.reader
- of html text to parse.
java.io.IOException
java.lang.InterruptedException
DocData parse(java.lang.String name, java.util.Date date, java.lang.StringBuffer inputText, java.text.DateFormat dateFormat) throws java.io.IOException, java.lang.InterruptedException
inputText
- the html text to parse.
java.io.IOException
java.lang.InterruptedException
parse(String, Date, Reader, DateFormat)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |