Uses of Interface
org.htmlunit.cssparser.parser.DocumentHandler
Packages that use DocumentHandler
-
Uses of DocumentHandler in org.htmlunit.cssparser.parser
Classes in org.htmlunit.cssparser.parser that implement DocumentHandlerModifier and TypeClassDescriptionclass
Empty implementation of the DocumentHandlerExt interface.Methods in org.htmlunit.cssparser.parser that return DocumentHandlerModifier and TypeMethodDescriptionprotected DocumentHandler
AbstractCSSParser.getDocumentHandler()
getDocumentHandler.Methods in org.htmlunit.cssparser.parser with parameters of type DocumentHandlerModifier and TypeMethodDescriptionvoid
AbstractCSSParser.setDocumentHandler
(DocumentHandler handler) Allow an application to register a document event handler.