|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pushtotest.tool.parser.html.HTMLParser
public class HTMLParser
| Constructor Summary | |
|---|---|
HTMLParser(java.lang.String html)
Creates a new instance of HTMLParser with the value to parse as a string. |
|
HTMLParser(java.lang.String html,
java.lang.String base_uri)
|
|
HTMLParser(java.net.URI uri)
Create a new HTMLParser from the contents of a given URI. |
|
| Method Summary | |
|---|---|
HTMLForm[] |
parse()
Parse the page for forms. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLParser(java.lang.String html)
html - The HTML to parse.
public HTMLParser(java.lang.String html,
java.lang.String base_uri)
throws java.net.URISyntaxException
java.net.URISyntaxException
public HTMLParser(java.net.URI uri)
throws java.net.MalformedURLException,
java.io.IOException
uri - The {#link java.net.URI URI) to connect to
java.net.MalformedURLException - If the URI is not formed properly.
java.io.IOException - If there is a problem with the connection.| Method Detail |
|---|
public HTMLForm[] parse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||