org.owasp.webscarab.parser
Class Parser

java.lang.Object
  extended by org.owasp.webscarab.parser.Parser

public class Parser
extends java.lang.Object

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.

Author:
knoppix

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

parse

public 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