Uses of Interface
org.htmlunit.IncorrectnessListener
-
Packages that use IncorrectnessListener Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of IncorrectnessListener in org.htmlunit
Classes in org.htmlunit that implement IncorrectnessListener Modifier and Type Class Description classIncorrectnessListenerImplDefault implementation ofIncorrectnessListenerconfigured onWebClient.Methods in org.htmlunit that return IncorrectnessListener Modifier and Type Method Description IncorrectnessListenerWebClient. getIncorrectnessListener()Gets the current listener for encountered incorrectness (except HTML parsing messages that are handled by the HTML parser listener).Methods in org.htmlunit with parameters of type IncorrectnessListener Modifier and Type Method Description voidWebClient. setIncorrectnessListener(IncorrectnessListener listener)Returns the current HTML incorrectness listener.
-