Uses of Class
org.htmlunit.WebClient.CSS3ParserPool
Packages that use WebClient.CSS3ParserPool
-
Uses of WebClient.CSS3ParserPool in org.htmlunit
Fields in org.htmlunit declared as WebClient.CSS3ParserPoolModifier and TypeFieldDescriptionprivate 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.CSS3ParserPoolModifier and TypeMethodDescriptionprotected 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.CSS3ParserPoolModifierConstructorDescriptionprotectedCreate a new poolable parser.