|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface HTMLParser
| Method Summary | |
|---|---|
java.lang.String |
getKeywords()
Returns keywords |
java.io.Reader |
getReader()
Returns a reader that reads the contents of the HTML document. |
java.lang.String |
getTitle()
Returns the title of the HTML document. |
void |
parse(java.io.File file)
|
void |
parse(java.net.URI uri)
|
| Method Detail |
|---|
void parse(java.io.File file)
throws ParseException
ParseException
void parse(java.net.URI uri)
throws ParseException
ParseException
java.lang.String getTitle()
throws java.io.IOException
java.io.IOException
java.lang.String getKeywords()
throws java.io.IOException
java.io.IOException
java.io.Reader getReader()
throws java.io.IOException
java.io.IOException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||