Uses of Interface
org.w3c.tidy.TidyMessageListener
-
Packages that use TidyMessageListener Package Description org.w3c.tidy -
-
Uses of TidyMessageListener in org.w3c.tidy
Fields in org.w3c.tidy declared as TidyMessageListener Modifier and Type Field Description private TidyMessageListenerReport. listenermessage listener for error reporting.Methods in org.w3c.tidy with parameters of type TidyMessageListener Modifier and Type Method Description voidReport. addMessageListener(TidyMessageListener listener)Adds a message listener.voidTidy. setMessageListener(TidyMessageListener listener)Attach a TidyMessageListener which will be notified for messages and errors.
-