Uses of Interface
com.helger.css.reader.errorhandler.ICSSParseErrorHandler
Packages that use ICSSParseErrorHandler
-
Uses of ICSSParseErrorHandler in com.helger.css.parser
Fields in com.helger.css.parser declared as ICSSParseErrorHandlerModifier and TypeFieldDescriptionprotected ICSSParseErrorHandlerAbstractParserCSS.m_aCustomErrorHandlerprotected ICSSParseErrorHandlerParserCSS30TokenManager.m_aCustomErrorHandlerMethods in com.helger.css.parser that return ICSSParseErrorHandlerModifier and TypeMethodDescriptionfinal ICSSParseErrorHandlerAbstractParserCSS.getCustomErrorHandler()Methods in com.helger.css.parser with parameters of type ICSSParseErrorHandlerModifier and TypeMethodDescriptionfinal voidAbstractParserCSS.setCustomErrorHandler(ICSSParseErrorHandler aCustomErrorHandler) Set a custom error handler to use.final voidParserCSS30TokenManager.setCustomErrorHandler(ICSSParseErrorHandler aCustomErrorHandler) Set a custom error handler to use. -
Uses of ICSSParseErrorHandler in com.helger.css.reader
Methods in com.helger.css.reader that return ICSSParseErrorHandlerModifier and TypeMethodDescriptionCSSReaderSettings.getCustomErrorHandler()static ICSSParseErrorHandlerCSSReader.getDefaultParseErrorHandler()static ICSSParseErrorHandlerCSSReaderDeclarationList.getDefaultParseErrorHandler()Methods in com.helger.css.reader with parameters of type ICSSParseErrorHandlerModifier and TypeMethodDescriptionstatic CascadingStyleSheetCSSReader.readFromFile(File aFile, Charset aFallbackCharset, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler) Read the CSS from the passed File.static CascadingStyleSheetCSSReader.readFromFile(File aFile, Charset aFallbackCharset, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler, ICSSParseExceptionCallback aCustomExceptionHandler) Read the CSS from the passed File.static CSSDeclarationListCSSReaderDeclarationList.readFromFile(File aFile, Charset aCharset, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler) static CSSDeclarationListCSSReaderDeclarationList.readFromFile(File aFile, Charset aCharset, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler, ICSSParseExceptionCallback aCustomExceptionHandler) static CascadingStyleSheetCSSReader.readFromReader(com.helger.commons.io.IHasReader aRP, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler, ICSSParseExceptionCallback aCustomExceptionHandler) Read the CSS from the passedIHasReader.static CSSDeclarationListCSSReaderDeclarationList.readFromReader(Reader aReader, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler) Read the CSS from the passedReader.static CSSDeclarationListCSSReaderDeclarationList.readFromReader(Reader aReader, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler, ICSSParseExceptionCallback aCustomExceptionHandler) Read the CSS from the passedReader.static CascadingStyleSheetCSSReader.readFromStream(com.helger.commons.io.IHasInputStream aISP, Charset aFallbackCharset, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler) Read the CSS from the passedIHasInputStream.static CascadingStyleSheetCSSReader.readFromStream(com.helger.commons.io.IHasInputStream aISP, Charset aFallbackCharset, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler, ICSSParseExceptionCallback aCustomExceptionHandler) Read the CSS from the passedIHasInputStream.static CSSDeclarationListCSSReaderDeclarationList.readFromStream(com.helger.commons.io.IHasInputStream aISP, Charset aCharset, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler) Read the CSS from the passedIHasInputStream.static CSSDeclarationListCSSReaderDeclarationList.readFromStream(com.helger.commons.io.IHasInputStream aISP, Charset aCharset, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler, ICSSParseExceptionCallback aCustomExceptionHandler) Read the CSS from the passedIHasInputStream.static CSSDeclarationListCSSReaderDeclarationList.readFromStream(InputStream aIS, Charset aCharset, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler) Read the CSS from the passedInputStream.static CSSDeclarationListCSSReaderDeclarationList.readFromStream(InputStream aIS, Charset aCharset, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler, ICSSParseExceptionCallback aCustomExceptionHandler) Read the CSS from the passedInputStream.static CascadingStyleSheetCSSReader.readFromString(String sCSS, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler) Read the CSS from the passed String using a character stream.static CascadingStyleSheetCSSReader.readFromString(String sCSS, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler, ICSSParseExceptionCallback aCustomExceptionHandler) Read the CSS from the passed String using a character stream.static CascadingStyleSheetCSSReader.readFromString(String sCSS, Charset aFallbackCharset, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler) Read the CSS from the passed String using a byte stream.static CascadingStyleSheetCSSReader.readFromString(String sCSS, Charset aFallbackCharset, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler, ICSSParseExceptionCallback aCustomExceptionHandler) Read the CSS from the passed String using a byte stream.static CSSDeclarationListCSSReaderDeclarationList.readFromString(String sCSS, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler) Read the CSS from the passed String.static CSSDeclarationListCSSReaderDeclarationList.readFromString(String sCSS, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler, ICSSParseExceptionCallback aCustomExceptionHandler) Read the CSS from the passed String.CSSReaderSettings.setCustomErrorHandler(ICSSParseErrorHandler aCustomErrorHandler) static voidCSSReader.setDefaultParseErrorHandler(ICSSParseErrorHandler aDefaultParseErrorHandler) Set the default CSS parse error handler (for recoverable errors).static voidCSSReaderDeclarationList.setDefaultParseErrorHandler(ICSSParseErrorHandler aDefaultParseErrorHandler) Set the default CSS parse error handler (for recoverable errors). -
Uses of ICSSParseErrorHandler in com.helger.css.reader.errorhandler
Classes in com.helger.css.reader.errorhandler that implement ICSSParseErrorHandlerModifier and TypeClassDescriptionclassA collecting implementation ofICSSParseErrorHandler.classAn implementation ofICSSParseErrorHandlerthat does nothing.classA logging implementation ofICSSParseErrorHandler.classAn implementation ofICSSParseErrorHandlerthat throws aParseException.Methods in com.helger.css.reader.errorhandler that return ICSSParseErrorHandlerModifier and TypeMethodDescriptiondefault ICSSParseErrorHandlerICSSParseErrorHandler.and(ICSSParseErrorHandler aOther) Create a newICSSParseErrorHandlerthat invokes boththisand the other error handler in a serial way.Methods in com.helger.css.reader.errorhandler with parameters of type ICSSParseErrorHandlerModifier and TypeMethodDescriptiondefault ICSSParseErrorHandlerICSSParseErrorHandler.and(ICSSParseErrorHandler aOther) Create a newICSSParseErrorHandlerthat invokes boththisand the other error handler in a serial way.