Uses of Interface
com.helger.css.handler.ICSSParseExceptionCallback
Packages that use ICSSParseExceptionCallback
-
Uses of ICSSParseExceptionCallback in com.helger.css.handler
Classes in com.helger.css.handler that implement ICSSParseExceptionCallbackModifier and TypeClassDescriptionclassAn implementation ofICSSParseExceptionCallbackthat silently ignores all errors.classAn implementation ofICSSParseExceptionCallbackthat logs allParseExceptions to a Logger. -
Uses of ICSSParseExceptionCallback in com.helger.css.reader
Methods in com.helger.css.reader that return ICSSParseExceptionCallbackModifier and TypeMethodDescriptionCSSReaderSettings.getCustomExceptionHandler()static ICSSParseExceptionCallbackCSSReader.getDefaultParseExceptionHandler()static ICSSParseExceptionCallbackCSSReaderDeclarationList.getDefaultParseExceptionHandler()Methods in com.helger.css.reader with parameters of type ICSSParseExceptionCallbackModifier and TypeMethodDescriptionstatic CascadingStyleSheetCSSReader.readFromFile(File aFile, Charset aFallbackCharset, ECSSVersion eVersion, ICSSParseExceptionCallback aCustomExceptionHandler) 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, ICSSParseExceptionCallback aCustomExceptionHandler) 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, ICSSParseExceptionCallback aCustomExceptionHandler) 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, ICSSParseExceptionCallback aCustomExceptionHandler) 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, ICSSParseExceptionCallback aCustomExceptionHandler) 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, ICSSParseExceptionCallback aCustomExceptionHandler) 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, ICSSParseExceptionCallback aCustomExceptionHandler) 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, ICSSParseExceptionCallback aCustomExceptionHandler) 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, ICSSParseExceptionCallback aCustomExceptionHandler) 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.setCustomExceptionHandler(ICSSParseExceptionCallback aCustomExceptionHandler) static voidCSSReader.setDefaultParseExceptionHandler(ICSSParseExceptionCallback aDefaultParseExceptionHandler) Set the default CSS parse exception handler (for unrecoverable errors).static voidCSSReaderDeclarationList.setDefaultParseExceptionHandler(ICSSParseExceptionCallback aDefaultParseExceptionHandler) Set the default CSS parse exception handler (for unrecoverable errors).