Uses of Class
org.htmlunit.WebClient.PooledCSS3Parser
-
Packages that use WebClient.PooledCSS3Parser Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of WebClient.PooledCSS3Parser in org.htmlunit
Fields in org.htmlunit with type parameters of type WebClient.PooledCSS3Parser Modifier and Type Field Description private java.util.concurrent.ConcurrentLinkedDeque<WebClient.PooledCSS3Parser>WebClient.CSS3ParserPool. parsers_Methods in org.htmlunit that return WebClient.PooledCSS3Parser Modifier and Type Method Description WebClient.PooledCSS3ParserWebClient.CSS3ParserPool. get()Fetch a new or recycled CSS3parser.WebClient.PooledCSS3ParserWebClient. getCSS3Parser()INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.protected WebClient.PooledCSS3ParserWebClient.PooledCSS3Parser. markInUse(WebClient.CSS3ParserPool pool)Resets the parser's pool state so it can be safely returned again.Methods in org.htmlunit with parameters of type WebClient.PooledCSS3Parser Modifier and Type Method Description protected voidWebClient.CSS3ParserPool. recycle(WebClient.PooledCSS3Parser parser)Return a parser.
-