public interface IHtmlParser
| Modifier and Type | Method and Description |
|---|---|
void |
parse(URL url,
Reader reader,
IHtmlCallback callback,
String fileName)
Parses a given HTML, calling the given callback.
|
void parse(URL url, Reader reader, IHtmlCallback callback, String fileName) throws com.ibm.wala.cast.ir.translator.TranslatorToCAst.Error
reader - callback - fileName - com.ibm.wala.cast.ir.translator.TranslatorToCAst.ErrorCopyright © 2017. All rights reserved.