Uses of Interface
com.helger.css.reader.errorhandler.ICSSInterpretErrorHandler
-
Packages that use ICSSInterpretErrorHandler Package Description com.helger.css.handler com.helger.css.reader com.helger.css.reader.errorhandler -
-
Uses of ICSSInterpretErrorHandler in com.helger.css.handler
Methods in com.helger.css.handler with parameters of type ICSSInterpretErrorHandler Modifier and Type Method Description static CascadingStyleSheetCSSHandler. readCascadingStyleSheetFromNode(ECSSVersion eVersion, CSSNode aNode, ICSSInterpretErrorHandler aErrorHandler)static CascadingStyleSheetCSSHandler. readCascadingStyleSheetFromNode(ECSSVersion eVersion, ICSSInterpretErrorHandler aErrorHandler, boolean bUseSourceLocation, CSSNode aNode)Create aCascadingStyleSheetobject from a parsed object.static CSSDeclarationListCSSHandler. readDeclarationListFromNode(ECSSVersion eVersion, CSSNode aNode, ICSSInterpretErrorHandler aErrorHandler)Deprecated.static CSSDeclarationListCSSHandler. readDeclarationListFromNode(ECSSVersion eVersion, ICSSInterpretErrorHandler aErrorHandler, boolean bUseSourceLocation, CSSNode aNode)Create aCSSDeclarationListobject from a parsed object. -
Uses of ICSSInterpretErrorHandler in com.helger.css.reader
Methods in com.helger.css.reader that return ICSSInterpretErrorHandler Modifier and Type Method Description static ICSSInterpretErrorHandlerCSSReader. getDefaultInterpretErrorHandler()static ICSSInterpretErrorHandlerCSSReaderDeclarationList. getDefaultInterpretErrorHandler()ICSSInterpretErrorHandlerCSSReaderSettings. getInterpretErrorHandler()Methods in com.helger.css.reader with parameters of type ICSSInterpretErrorHandler Modifier and Type Method Description static voidCSSReader. setDefaultInterpretErrorHandler(ICSSInterpretErrorHandler aDefaultErrorHandler)Set the default interpret error handler to handle interpretation errors in successfully parsed CSS.static voidCSSReaderDeclarationList. setDefaultInterpretErrorHandler(ICSSInterpretErrorHandler aDefaultErrorHandler)Set the default interpret error handler to handle interpretation errors in successfully parsed CSS.CSSReaderSettingsCSSReaderSettings. setInterpretErrorHandler(ICSSInterpretErrorHandler aInterpretErrorHandler)Set a special interpret error handler for handling errors in successfully parsed CSS. -
Uses of ICSSInterpretErrorHandler in com.helger.css.reader.errorhandler
Classes in com.helger.css.reader.errorhandler that implement ICSSInterpretErrorHandler Modifier and Type Class Description classDoNothingCSSInterpretErrorHandlerAn implementation ofICSSInterpretErrorHandlerthat does nothing.classLoggingCSSInterpretErrorHandlerA logging implementation ofICSSInterpretErrorHandler.
-