Uses of Interface
org.htmlunit.IncorrectnessListener
Packages that use IncorrectnessListener
-
Uses of IncorrectnessListener in org.htmlunit
Classes in org.htmlunit that implement IncorrectnessListenerModifier and TypeClassDescriptionclassDefault implementation ofIncorrectnessListenerconfigured onWebClient.classImplementation ofIncorrectnessListenerwhich ignores all notifications.Methods 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 TypeMethodDescriptionvoidWebClient.setIncorrectnessListener(IncorrectnessListener listener) Returns the current HTML incorrectness listener.