Uses of Class
org.htmlunit.WebClient.CSS3ParserPool
-
Packages that use WebClient.CSS3ParserPool Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of WebClient.CSS3ParserPool in org.htmlunit
Fields in org.htmlunit declared as WebClient.CSS3ParserPool Modifier and Type Field Description private WebClient.CSS3ParserPoolWebClient. css3ParserPool_private WebClient.CSS3ParserPoolWebClient.PooledCSS3Parser. pool_The pool we want to return us to.Methods in org.htmlunit with parameters of type WebClient.CSS3ParserPool Modifier and Type Method Description protected WebClient.PooledCSS3ParserWebClient.PooledCSS3Parser. markInUse(WebClient.CSS3ParserPool pool)Resets the parser's pool state so it can be safely returned again.Constructors in org.htmlunit with parameters of type WebClient.CSS3ParserPool Constructor Description PooledCSS3Parser(WebClient.CSS3ParserPool pool)Create a new poolable parser.
-