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 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 interface org.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 interface org.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 interface org.htmlunit.cssparser.parser.CSSErrorHandler
      Throws:
      org.htmlunit.cssparser.parser.CSSException