Uses of Interface
org.htmlunit.IncorrectnessListener
-
Packages that use IncorrectnessListener Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of IncorrectnessListener in org.htmlunit
Classes in org.htmlunit that implement IncorrectnessListener Modifier and Type Class Description class
IncorrectnessListenerImpl
Default implementation ofIncorrectnessListener
configured onWebClient
.Fields in org.htmlunit declared as IncorrectnessListener Modifier and Type Field Description private IncorrectnessListener
WebClient. incorrectnessListener_
Methods in org.htmlunit that return IncorrectnessListener Modifier and Type Method Description IncorrectnessListener
WebClient. 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 void
WebClient. setIncorrectnessListener(IncorrectnessListener listener)
Returns the current HTML incorrectness listener.
-