Uses of Class
com.helger.css.reader.CSSReaderSettings
Packages that use CSSReaderSettings
-
Uses of CSSReaderSettings in com.helger.css.reader
Methods in com.helger.css.reader that return CSSReaderSettingsModifier and TypeMethodDescriptionCSSReaderSettings.getClone()CSSReaderSettings.setBrowserCompliantMode(boolean bBrowserCompliantMode) Change the browser compliant mode to use.CSSReaderSettings.setCSSVersion(ECSSVersion eCSSVersion) Set the CSS version to be read.CSSReaderSettings.setCustomErrorHandler(ICSSParseErrorHandler aCustomErrorHandler) CSSReaderSettings.setCustomExceptionHandler(ICSSParseExceptionCallback aCustomExceptionHandler) CSSReaderSettings.setFallbackCharset(Charset aFallbackCharset) CSSReaderSettings.setInterpretErrorHandler(ICSSInterpretErrorHandler aInterpretErrorHandler) Set a special interpret error handler for handling errors in successfully parsed CSS.CSSReaderSettings.setTabSize(int nTabSize) Set the tab size to be used to determine the source location.CSSReaderSettings.setUseSourceLocation(boolean bUseSourceLocation) Change if source location should be used or not.Methods in com.helger.css.reader with parameters of type CSSReaderSettingsModifier and TypeMethodDescriptionstatic CascadingStyleSheetCSSReader.readFromFile(File aFile, CSSReaderSettings aSettings) Read the CSS from the passed File.static CSSDeclarationListCSSReaderDeclarationList.readFromFile(File aFile, Charset aCharset, CSSReaderSettings aSettings) Read the CSS from the passed File.static CascadingStyleSheetCSSReader.readFromReader(com.helger.commons.io.IHasReader aRP, CSSReaderSettings aSettings) Read the CSS from the passedIHasReader.static CSSDeclarationListCSSReaderDeclarationList.readFromReader(Reader aReader, CSSReaderSettings aSettings) Read the CSS from the passedReader.static CascadingStyleSheetCSSReader.readFromStream(com.helger.commons.io.IHasInputStream aISP, CSSReaderSettings aSettings) Read the CSS from the passedIHasInputStream.static CSSDeclarationListCSSReaderDeclarationList.readFromStream(com.helger.commons.io.IHasInputStream aISP, Charset aCharset, CSSReaderSettings aSettings) Read the CSS from the passedIHasInputStream.static CSSDeclarationListCSSReaderDeclarationList.readFromStream(InputStream aIS, Charset aCharset, CSSReaderSettings aSettings) Read the CSS from the passedInputStream.static CSSDeclarationListCSSReaderDeclarationList.readFromString(String sCSS, CSSReaderSettings aSettings) Read the CSS from the passed String.static CascadingStyleSheetCSSReader.readFromStringReader(String sCSS, CSSReaderSettings aSettings) Read the CSS from the passed String using a character stream.static CascadingStyleSheetCSSReader.readFromStringStream(String sCSS, CSSReaderSettings aSettings) Read the CSS from the passed String using a byte stream.Constructors in com.helger.css.reader with parameters of type CSSReaderSettings