Uses of Class
org.htmlunit.WebClient.PooledCSS3Parser
Packages that use WebClient.PooledCSS3Parser
-
Uses of WebClient.PooledCSS3Parser in org.htmlunit
Fields in org.htmlunit with type parameters of type WebClient.PooledCSS3ParserMethods in org.htmlunit that return WebClient.PooledCSS3ParserModifier and TypeMethodDescriptionWebClient.CSS3ParserPool.get()Fetch a new or recycled CSS3parser.WebClient.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.PooledCSS3ParserModifier and TypeMethodDescriptionprotected voidWebClient.CSS3ParserPool.recycle(WebClient.PooledCSS3Parser parser) Return a parser.