Uses of Enum
com.helger.css.ECSSVersion
Packages that use ECSSVersion
Package
Description
-
Uses of ECSSVersion in com.helger.css
Fields in com.helger.css declared as ECSSVersionModifier and TypeFieldDescriptionstatic final ECSSVersionECSSVersion.LATESTLatest version is CSS 3.0Methods in com.helger.css that return ECSSVersionModifier and TypeMethodDescriptionICSSWriterSettings.getCSSVersion()ECSSUnit.getMinimumCSSVersion()ICSSVersionAware.getMinimumCSSVersion()default ECSSVersionICSSWriterSettings.getVersion()Deprecated.static ECSSVersionReturns the enum constant of this type with the specified name.static ECSSVersion[]ECSSVersion.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ECSSVersion in com.helger.css.decl
Methods in com.helger.css.decl that return ECSSVersionModifier and TypeMethodDescriptionCSSExpressionMemberFunction.getMinimumCSSVersion()CSSExpressionMemberLineNames.getMinimumCSSVersion()CSSExpressionMemberMath.getMinimumCSSVersion()CSSExpressionMemberMathProduct.getMinimumCSSVersion()CSSExpressionMemberMathUnitProduct.getMinimumCSSVersion()CSSExpressionMemberMathUnitSimple.getMinimumCSSVersion()CSSFontFaceRule.getMinimumCSSVersion()CSSHSL.getMinimumCSSVersion()CSSHSLA.getMinimumCSSVersion()CSSKeyframesBlock.getMinimumCSSVersion()CSSKeyframesRule.getMinimumCSSVersion()CSSMediaExpression.getMinimumCSSVersion()CSSPageMarginBlock.getMinimumCSSVersion()CSSPageRule.getMinimumCSSVersion()CSSSelectorMemberHost.getMinimumCSSVersion()CSSSelectorMemberHostContext.getMinimumCSSVersion()CSSSelectorMemberNot.getMinimumCSSVersion()CSSSelectorMemberSlotted.getMinimumCSSVersion()CSSSupportsConditionDeclaration.getMinimumCSSVersion()CSSSupportsConditionNegation.getMinimumCSSVersion()CSSSupportsConditionNested.getMinimumCSSVersion()CSSSupportsRule.getMinimumCSSVersion()CSSViewportRule.getMinimumCSSVersion()ECSSAttributeOperator.getMinimumCSSVersion()ECSSMathOperator.getMinimumCSSVersion()ECSSSelectorCombinator.getMinimumCSSVersion()ECSSSupportsConditionOperator.getMinimumCSSVersion() -
Uses of ECSSVersion in com.helger.css.handler
Methods in com.helger.css.handler with parameters of type ECSSVersionModifier and TypeMethodDescriptionstatic StringECSSNodeType.getDump(CSSNode aParserNode, ECSSVersion eVersion) static booleanECSSNodeType.isErrorNode(CSSNode aParserNode, ECSSVersion eVersion) booleanECSSNodeType.isNode(CSSNode aParserNode, ECSSVersion eVersion) Check if the passed parser node is ofthistype.static CascadingStyleSheetCSSHandler.readCascadingStyleSheetFromNode(ECSSVersion eVersion, CSSNode aNode) 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) Deprecated.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 ECSSVersion in com.helger.css.media
Methods in com.helger.css.media that return ECSSVersion -
Uses of ECSSVersion in com.helger.css.property
Methods in com.helger.css.property that return ECSSVersionModifier and TypeMethodDescriptionfinal ECSSVersionAbstractCSSProperty.getMinimumCSSVersion()ECSSProperty.getMinimumCSSVersion() -
Uses of ECSSVersion in com.helger.css.reader
Fields in com.helger.css.reader declared as ECSSVersionMethods in com.helger.css.reader that return ECSSVersionMethods in com.helger.css.reader with parameters of type ECSSVersionModifier and TypeMethodDescriptionstatic booleanCSSReader.isValidCSS(com.helger.commons.io.resource.IReadableResource aRes, Charset aFallbackCharset, ECSSVersion eVersion) Check if the passed CSS resource can be parsed without errorstatic booleanCSSReader.isValidCSS(File aFile, Charset aFallbackCharset, ECSSVersion eVersion) Check if the passed CSS file can be parsed without errorstatic booleanCSSReader.isValidCSS(InputStream aIS, Charset aFallbackCharset, ECSSVersion eVersion) Check if the passed input stream can be resembled to valid CSS content.static booleanCSSReader.isValidCSS(Reader aReader, ECSSVersion eVersion) Check if the passed reader can be resembled to valid CSS content.static booleanCSSReader.isValidCSS(String sCSS, ECSSVersion eVersion) Check if the passed String can be resembled to valid CSS content.static booleanCSSReaderDeclarationList.isValidCSS(com.helger.commons.io.resource.IReadableResource aRes, Charset aCharset, ECSSVersion eVersion) Check if the passed CSS resource can be parsed without errorstatic booleanCSSReaderDeclarationList.isValidCSS(File aFile, Charset aCharset, ECSSVersion eVersion) Check if the passed CSS file can be parsed without errorstatic booleanCSSReaderDeclarationList.isValidCSS(InputStream aIS, Charset aCharset, ECSSVersion eVersion) Check if the passed input stream can be resembled to valid CSS content.static booleanCSSReaderDeclarationList.isValidCSS(Reader aReader, ECSSVersion eVersion) Check if the passed reader can be resembled to valid CSS content.static booleanCSSReaderDeclarationList.isValidCSS(String sCSS, ECSSVersion eVersion) Check if the passed String can be resembled to valid CSS content.static CascadingStyleSheetCSSReader.readFromFile(File aFile, Charset aFallbackCharset, ECSSVersion eVersion) Read the CSS from the passed File.static 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) 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) static CSSDeclarationListCSSReaderDeclarationList.readFromFile(File aFile, Charset aCharset, ECSSVersion eVersion, ICSSParseExceptionCallback aCustomExceptionHandler) static CSSDeclarationListCSSReaderDeclarationList.readFromFile(File aFile, Charset aCharset, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler) 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) Read the CSS from the passedReader.static CSSDeclarationListCSSReaderDeclarationList.readFromReader(Reader aReader, ECSSVersion eVersion, ICSSParseExceptionCallback aCustomExceptionHandler) Read the CSS from the passedReader.static CSSDeclarationListCSSReaderDeclarationList.readFromReader(Reader aReader, ECSSVersion eVersion, ICSSParseErrorHandler aCustomErrorHandler) 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) Read the CSS from the passedIHasInputStream.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) 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) 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) 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) Read the CSS from the passedInputStream.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) 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) Read the CSS from the passed String using a character stream.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) 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) Read the CSS from the passed String using a byte 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) 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) Read the CSS from the passed String.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) 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.setCSSVersion(ECSSVersion eCSSVersion) Set the CSS version to be read. -
Uses of ECSSVersion in com.helger.css.tools
Methods in com.helger.css.tools with parameters of type ECSSVersionModifier and TypeMethodDescriptionstatic com.helger.commons.collection.impl.ICommonsList<CSSMediaQuery>MediaQueryTools.parseToMediaQuery(String sMediaQuery, ECSSVersion eVersion) Utility method to convert a media query string to a structured list ofCSSMediaQueryobjects. -
Uses of ECSSVersion in com.helger.css.writer
Methods in com.helger.css.writer that return ECSSVersionMethods in com.helger.css.writer with parameters of type ECSSVersionModifier and TypeMethodDescriptionstatic StringCSSCompressor.getCompressedCSS(String sOriginalCSS, ECSSVersion eCSSVersion) Get the compressed version of the passed CSS code.static StringCSSCompressor.getCompressedCSS(String sOriginalCSS, ECSSVersion eCSSVersion, boolean bRemoveUnnecessaryCode) Get the compressed version of the passed CSS code.final CSSWriterSettingsCSSWriterSettings.setCSSVersion(ECSSVersion eCSSVersion) Constructors in com.helger.css.writer with parameters of type ECSSVersionModifierConstructorDescriptionCSSWriter(ECSSVersion eVersion) Constructor for creating non-optimized output.CSSWriter(ECSSVersion eVersion, boolean bOptimizedOutput) Constructor.CSSWriterSettings(ECSSVersion eCSSVersion) CSSWriterSettings(ECSSVersion eCSSVersion, boolean bOptimizedOutput)
ICSSWriterSettings.getCSSVersion()instead