Uses of Interface
com.helger.css.reader.errorhandler.ICSSInterpretErrorHandler
Packages that use ICSSInterpretErrorHandler
-
Uses of ICSSInterpretErrorHandler in com.helger.css.handler
Methods in com.helger.css.handler with parameters of type ICSSInterpretErrorHandlerModifier and TypeMethodDescriptionstatic CascadingStyleSheetCSSHandler.readCascadingStyleSheetFromNode(ECSSVersion eVersion, CSSNode aNode, ICSSInterpretErrorHandler aErrorHandler) Deprecated.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 ICSSInterpretErrorHandlerModifier and TypeMethodDescriptionstatic ICSSInterpretErrorHandlerCSSReader.getDefaultInterpretErrorHandler()static ICSSInterpretErrorHandlerCSSReaderDeclarationList.getDefaultInterpretErrorHandler()CSSReaderSettings.getInterpretErrorHandler()Methods in com.helger.css.reader with parameters of type ICSSInterpretErrorHandlerModifier and TypeMethodDescriptionstatic 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.CSSReaderSettings.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 ICSSInterpretErrorHandlerModifier and TypeClassDescriptionclassAn implementation ofICSSInterpretErrorHandlerthat does nothing.classA logging implementation ofICSSInterpretErrorHandler.
CSSHandler.readCascadingStyleSheetFromNode(ECSSVersion, ICSSInterpretErrorHandler, boolean, CSSNode)instead