Uses of Class
org.htmlunit.WebClient.PooledCSS3Parser
-
Packages that use WebClient.PooledCSS3Parser Package Description org.htmlunit Framework classes (contains theWebClient
class 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.PooledCSS3Parser
WebClient.CSS3ParserPool. get()
Fetch a new or recycled CSS3parser.WebClient.PooledCSS3Parser
WebClient. getCSS3Parser()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.protected WebClient.PooledCSS3Parser
WebClient.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 void
WebClient.CSS3ParserPool. recycle(WebClient.PooledCSS3Parser parser)
Return a parser.
-