|
||||||||||
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(String name,
Date date,
Reader reader,
DateFormat dateFormat)
Parse the input Reader and return DocData. |
DocData |
parse(String name,
Date date,
StringBuffer inputText,
DateFormat dateFormat)
Parse the inputText and return DocData. |
Method Detail |
---|
DocData parse(String name, Date date, Reader reader, DateFormat dateFormat) throws IOException, 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.
IOException
InterruptedException
DocData parse(String name, Date date, StringBuffer inputText, DateFormat dateFormat) throws IOException, InterruptedException
inputText
- the html text to parse.
IOException
InterruptedException
parse(String, Date, Reader, DateFormat)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |