Interface IHtmlParser

All Known Implementing Classes:
JerichoHtmlParser, NuValidatorHtmlParser

public interface IHtmlParser
Author:
danielk, yinnonh Parses an HTML file using call backs
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    parse(URL url, Reader reader, IHtmlCallback callback, String fileName)
    Parses a given HTML, calling the given callback.