Class NuValidatorHtmlParser
java.lang.Object
com.ibm.wala.cast.js.html.nu_validator.NuValidatorHtmlParser
- All Implemented Interfaces:
IHtmlParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(URL url, Reader reader, IHtmlCallback handler, String fileName) Parses a given HTML, calling the given callback.
-
Constructor Details
-
NuValidatorHtmlParser
public NuValidatorHtmlParser()
-
-
Method Details
-
parse
Description copied from interface:IHtmlParserParses a given HTML, calling the given callback.- Specified by:
parsein interfaceIHtmlParser
-