org.jasen.interfaces
Interface HTMLParser

All Known Implementing Classes:
StandardHTMLParser

public interface HTMLParser

Parses the HTML part of a message.

Author:
Jason Polites

Method Summary
 ParserData parse(javax.mail.internet.MimeMessage mm, JasenMessage message, MimeMessageTokenizer tokenizer)
          Parses the given JasenMessage and returns the results of the parse as a ParserData object.
 

Method Detail

parse

public ParserData parse(javax.mail.internet.MimeMessage mm,
                        JasenMessage message,
                        MimeMessageTokenizer tokenizer)
                 throws JasenException
Parses the given JasenMessage and returns the results of the parse as a ParserData object.

Parameters:
message -
Returns:
The parsed data containing the results of the parse
Throws:
JasenParseException
JasenException