|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hawk.html.HTMLUtil
public class HTMLUtil
A utility to parse select tag in html data
Select,
Option| Constructor Summary | |
|---|---|
HTMLUtil()
|
|
| Method Summary | |
|---|---|
static Select |
getSelectTag(java.lang.String html,
java.lang.String selectTagName)
This returns Select tag from html for the input selectTagName |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLUtil()
| Method Detail |
|---|
public static Select getSelectTag(java.lang.String html,
java.lang.String selectTagName)
html - input html dataselectTagName - input select tag name
Select,
Option
public static void main(java.lang.String[] args)
throws HawkException
HawkException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||