Uses of Interface
org.xhtmlrenderer.css.parser.CSSErrorHandler
-
Packages that use CSSErrorHandler Package Description org.xhtmlrenderer.css.parser -
-
Uses of CSSErrorHandler in org.xhtmlrenderer.css.parser
Methods in org.xhtmlrenderer.css.parser that return CSSErrorHandler Modifier and Type Method Description CSSErrorHandler
CSSParser. getErrorHandler()
Methods in org.xhtmlrenderer.css.parser with parameters of type CSSErrorHandler Modifier and Type Method Description void
CSSParser. setErrorHandler(CSSErrorHandler errorHandler)
Constructors in org.xhtmlrenderer.css.parser with parameters of type CSSErrorHandler Constructor Description CSSParser(CSSErrorHandler errorHandler)
-