org.owasp.webscarab.parser
Interface ContentParser

All Known Implementing Classes:
HTMLParser

public interface ContentParser

The methods required by a class that can parse the content of a message

Author:
knoppix

Method Summary
 java.lang.Object parseMessage(HttpUrl url, Message message)
          parses the body of the message, and returns a parsed representation
 

Method Detail

parseMessage

java.lang.Object parseMessage(HttpUrl url,
                              Message message)
parses the body of the message, and returns a parsed representation

Parameters:
message - the Message to parse
Returns:
the parsed representation of the message body