public class SilentCssErrorHandler extends Object implements org.htmlunit.cssparser.parser.CSSErrorHandler, Serializable
CSSErrorHandler
which ignores all CSS problems.DefaultCssErrorHandler
,
Serialized FormConstructor and Description |
---|
SilentCssErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
error(org.htmlunit.cssparser.parser.CSSParseException exception) |
void |
fatalError(org.htmlunit.cssparser.parser.CSSParseException exception) |
void |
warning(org.htmlunit.cssparser.parser.CSSParseException exception) |
public void error(org.htmlunit.cssparser.parser.CSSParseException exception)
error
in interface org.htmlunit.cssparser.parser.CSSErrorHandler
public void fatalError(org.htmlunit.cssparser.parser.CSSParseException exception)
fatalError
in interface org.htmlunit.cssparser.parser.CSSErrorHandler
public void warning(org.htmlunit.cssparser.parser.CSSParseException exception)
warning
in interface org.htmlunit.cssparser.parser.CSSErrorHandler
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.