MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / getCssErrorHandler

Method getCssErrorHandler

src/main/java/org/htmlunit/WebClient.java:1954–1956  ·  view source on GitHub ↗

Returns the CSS error handler used by this web client when CSS problems are encountered. @return the CSS error handler used by this web client when CSS problems are encountered @see DefaultCssErrorHandler @see SilentCssErrorHandler

()

Source from the content-addressed store, hash-verified

1952 * @see SilentCssErrorHandler
1953 */
1954 public CSSErrorHandler getCssErrorHandler() {
1955 return cssErrorHandler_;
1956 }
1957
1958 /**
1959 * Sets the CSS error handler used by this web client when CSS problems are encountered.

Callers 4

cssErrorHandlerMethod · 0.95
getStyleMapMethod · 0.80
parseCSSMethod · 0.80
parseMediaMethod · 0.80

Calls

no outgoing calls

Tested by 1

cssErrorHandlerMethod · 0.76