|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.owasp.webscarab.parser.HTMLParser
public class HTMLParser
parses HTML messages
Constructor Summary | |
---|---|
HTMLParser()
Creates a new instance of HTMLParser |
Method Summary | |
---|---|
java.lang.Object |
parseMessage(HttpUrl url,
Message message)
parses the body of the message, and returns a parsed representation See http://htmlparser.sourceforge.net/ for details |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTMLParser()
Method Detail |
---|
public java.lang.Object parseMessage(HttpUrl url, Message message)
http://htmlparser.sourceforge.net/
for details
parseMessage
in interface ContentParser
url
- the url that the message resulted frommessage
- the Message to parse
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |