Class JerichoHtmlParser
java.lang.Object
com.ibm.wala.cast.js.html.jericho.JerichoHtmlParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(URL url, Reader reader, IHtmlCallback callback, String fileName) Parses a given HTML, calling the given callback.
-
Constructor Details
-
JerichoHtmlParser
public JerichoHtmlParser()
-
-
Method Details
-
parse
public void parse(URL url, Reader reader, IHtmlCallback callback, String fileName) throws TranslatorToCAst.Error Description copied from interface:IHtmlParser
Parses a given HTML, calling the given callback.- Specified by:
parse
in interfaceIHtmlParser
- Throws:
TranslatorToCAst.Error
-