Uses of Interface
org.bndly.common.html.Handler
-
-
Uses of Handler in org.bndly.common.html
Classes in org.bndly.common.html that implement Handler Modifier and Type Class Description classContentBuildingHandlerclassDefaultHandlerThe default handler is an empty no-op HTML parsing callback handler.classPrettyPrintHandlerThe pretty print handler is a simple HTML parsing handler that pretty prints the HTML to a string buffer.Methods in org.bndly.common.html with parameters of type Handler Modifier and Type Method Description ParserParser. handler(Handler handler)
-