Class JerichoHtmlParser

  • All Implemented Interfaces:
    IHtmlParser

    public class JerichoHtmlParser
    extends java.lang.Object
    implements IHtmlParser
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void parse​(java.net.URL url, java.io.Reader reader, IHtmlCallback callback, java.lang.String fileName)
      Parses a given HTML, calling the given callback.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JerichoHtmlParser

        public JerichoHtmlParser()
    • Method Detail

      • parse

        public void parse​(java.net.URL url,
                          java.io.Reader reader,
                          IHtmlCallback callback,
                          java.lang.String fileName)
                   throws com.ibm.wala.cast.ir.translator.TranslatorToCAst.Error
        Description copied from interface: IHtmlParser
        Parses a given HTML, calling the given callback.
        Specified by:
        parse in interface IHtmlParser
        Throws:
        com.ibm.wala.cast.ir.translator.TranslatorToCAst.Error