Uses of Class
org.htmlunit.WebClient.CSS3ParserPool
-
Packages that use WebClient.CSS3ParserPool Package Description org.htmlunit Framework classes (contains theWebClient
class 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.CSS3ParserPool
WebClient. css3ParserPool_
private WebClient.CSS3ParserPool
WebClient.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.PooledCSS3Parser
WebClient.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.
-