Uses of Class
com.helger.css.reader.CSSReaderSettings
-
Packages that use CSSReaderSettings Package Description com.helger.css.reader -
-
Uses of CSSReaderSettings in com.helger.css.reader
Methods in com.helger.css.reader that return CSSReaderSettings Modifier and Type Method Description CSSReaderSettingsCSSReaderSettings. getClone()CSSReaderSettingsCSSReaderSettings. setBrowserCompliantMode(boolean bBrowserCompliantMode)Change the browser compliant mode to use.CSSReaderSettingsCSSReaderSettings. setCSSVersion(ECSSVersion eCSSVersion)Set the CSS version to be read.CSSReaderSettingsCSSReaderSettings. setCustomErrorHandler(ICSSParseErrorHandler aCustomErrorHandler)CSSReaderSettingsCSSReaderSettings. setCustomExceptionHandler(ICSSParseExceptionCallback aCustomExceptionHandler)CSSReaderSettingsCSSReaderSettings. setFallbackCharset(Charset aFallbackCharset)CSSReaderSettingsCSSReaderSettings. setInterpretErrorHandler(ICSSInterpretErrorHandler aInterpretErrorHandler)Set a special interpret error handler for handling errors in successfully parsed CSS.CSSReaderSettingsCSSReaderSettings. setTabSize(int nTabSize)Set the tab size to be used to determine the source location.CSSReaderSettingsCSSReaderSettings. setUseSourceLocation(boolean bUseSourceLocation)Change if source location should be used or not.Methods in com.helger.css.reader with parameters of type CSSReaderSettings Modifier and Type Method Description static 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 Constructor Description CSSReaderSettings(CSSReaderSettings aOther)
-