Package org.htmlunit.html
Class DomNode.CheckErrorHandler
java.lang.Object
org.htmlunit.html.DomNode.CheckErrorHandler
- All Implemented Interfaces:
org.htmlunit.cssparser.parser.CSSErrorHandler
- Enclosing class:
DomNode
private static final class DomNode.CheckErrorHandler
extends Object
implements org.htmlunit.cssparser.parser.CSSErrorHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
error
(org.htmlunit.cssparser.parser.CSSParseException exception) (package private) boolean
void
fatalError
(org.htmlunit.cssparser.parser.CSSParseException exception) void
warning
(org.htmlunit.cssparser.parser.CSSParseException exception)
-
Field Details
-
errorDetected_
private boolean errorDetected_
-
-
Constructor Details
-
CheckErrorHandler
private CheckErrorHandler()
-
-
Method Details
-
errorDetected
boolean errorDetected() -
warning
public void warning(org.htmlunit.cssparser.parser.CSSParseException exception) throws org.htmlunit.cssparser.parser.CSSException - Specified by:
warning
in interfaceorg.htmlunit.cssparser.parser.CSSErrorHandler
- Throws:
org.htmlunit.cssparser.parser.CSSException
-
fatalError
public void fatalError(org.htmlunit.cssparser.parser.CSSParseException exception) throws org.htmlunit.cssparser.parser.CSSException - Specified by:
fatalError
in interfaceorg.htmlunit.cssparser.parser.CSSErrorHandler
- Throws:
org.htmlunit.cssparser.parser.CSSException
-
error
public void error(org.htmlunit.cssparser.parser.CSSParseException exception) throws org.htmlunit.cssparser.parser.CSSException - Specified by:
error
in interfaceorg.htmlunit.cssparser.parser.CSSErrorHandler
- Throws:
org.htmlunit.cssparser.parser.CSSException
-