Uses of Interface
org.htmlunit.IncorrectnessListener
Packages that use IncorrectnessListener
-
Uses of IncorrectnessListener in org.htmlunit
Classes in org.htmlunit that implement IncorrectnessListenerModifier and TypeClassDescriptionclass
Default implementation ofIncorrectnessListener
configured onWebClient
.Fields in org.htmlunit declared as IncorrectnessListenerMethods in org.htmlunit that return IncorrectnessListenerModifier and TypeMethodDescriptionWebClient.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 IncorrectnessListenerModifier and TypeMethodDescriptionvoid
WebClient.setIncorrectnessListener
(IncorrectnessListener listener) Returns the current HTML incorrectness listener.