|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.owasp.webscarab.parser.Parser
public class Parser
provides an interface for generic parsing of message content. Allows for sharing of parsed content between plugins without performing addional parse steps. Parsed representations should NOT be modified.
Method Summary | |
---|---|
static java.lang.Object |
parse(HttpUrl url,
Message message)
returns a parsed representation of the message, requesting the parsers to resolve any links relative to the url provided |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.Object parse(HttpUrl url, Message message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |