Uses of Class
com.helger.css.decl.CSSDeclaration
Packages that use CSSDeclaration
-
Uses of CSSDeclaration in com.helger.css.decl
Methods in com.helger.css.decl that return CSSDeclarationModifier and TypeMethodDescriptionCSSSupportsConditionDeclaration.getDeclaration()final CSSDeclarationCSSDeclarationList.getDeclarationAtIndex(int nIndex) CSSFontFaceRule.getDeclarationAtIndex(int nIndex) CSSKeyframesBlock.getDeclarationAtIndex(int nIndex) CSSPageMarginBlock.getDeclarationAtIndex(int nIndex) CSSStyleRule.getDeclarationAtIndex(int nIndex) CSSViewportRule.getDeclarationAtIndex(int nIndex) IHasCSSDeclarations.getDeclarationAtIndex(int nIndex) CSSDeclarationList.getDeclarationOfPropertyName(String sPropertyName) CSSFontFaceRule.getDeclarationOfPropertyName(String sPropertyName) CSSKeyframesBlock.getDeclarationOfPropertyName(String sPropertyName) CSSPageMarginBlock.getDeclarationOfPropertyName(String sPropertyName) CSSStyleRule.getDeclarationOfPropertyName(String sPropertyName) CSSViewportRule.getDeclarationOfPropertyName(String sPropertyName) IHasCSSDeclarations.getDeclarationOfPropertyName(String sPropertyName) Get the first declaration with the specified property name.default CSSDeclarationIHasCSSDeclarations.getDeclarationOfPropertyNameCaseInsensitive(String sPropertyName) Deprecated.final CSSDeclarationCSSDeclaration.setExpression(CSSExpression aExpression) Set the expression (= value) of this declaration.final CSSDeclarationCSSDeclaration.setImportant(boolean bIsImportant) Set the important flag of this value.final CSSDeclarationCSSDeclaration.setProperty(ECSSProperty eProperty) Set the property of this CSS value (e.g.final CSSDeclarationCSSDeclaration.setProperty(String sProperty) Set the property of this CSS value (e.g.Methods in com.helger.css.decl that return types with arguments of type CSSDeclarationModifier and TypeMethodDescriptionfinal com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>CSSDeclarationList.getAllDeclarations()com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>CSSFontFaceRule.getAllDeclarations()com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>CSSKeyframesBlock.getAllDeclarations()com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>CSSPageMarginBlock.getAllDeclarations()com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>CSSStyleRule.getAllDeclarations()com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>CSSViewportRule.getAllDeclarations()com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>IHasCSSDeclarations.getAllDeclarations()com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>CSSDeclarationList.getAllDeclarationsOfPropertyName(String sPropertyName) com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>CSSFontFaceRule.getAllDeclarationsOfPropertyName(String sPropertyName) com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>CSSKeyframesBlock.getAllDeclarationsOfPropertyName(String sPropertyName) com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>CSSPageMarginBlock.getAllDeclarationsOfPropertyName(String sPropertyName) com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>CSSStyleRule.getAllDeclarationsOfPropertyName(String sPropertyName) com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>CSSViewportRule.getAllDeclarationsOfPropertyName(String sPropertyName) com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>IHasCSSDeclarations.getAllDeclarationsOfPropertyName(String sPropertyName) Get all declarations within this list that have the specified property name.default com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>IHasCSSDeclarations.getAllDeclarationsOfPropertyNameCaseInsensitive(String sPropertyName) Deprecated.Since 6.0.0 - useIHasCSSDeclarations.getAllDeclarationsOfPropertyName(String)instead.Methods in com.helger.css.decl with parameters of type CSSDeclarationModifier and TypeMethodDescriptionCSSDeclarationList.addDeclaration(int nIndex, CSSDeclaration aNewDeclaration) final CSSDeclarationListCSSDeclarationList.addDeclaration(CSSDeclaration aNewDeclaration) CSSFontFaceRule.addDeclaration(int nIndex, CSSDeclaration aNewDeclaration) CSSFontFaceRule.addDeclaration(CSSDeclaration aDeclaration) CSSKeyframesBlock.addDeclaration(int nIndex, CSSDeclaration aNewDeclaration) CSSKeyframesBlock.addDeclaration(CSSDeclaration aDeclaration) CSSPageMarginBlock.addDeclaration(int nIndex, CSSDeclaration aNewDeclaration) CSSPageMarginBlock.addDeclaration(CSSDeclaration aDeclaration) CSSStyleRule.addDeclaration(int nIndex, CSSDeclaration aNewDeclaration) CSSStyleRule.addDeclaration(CSSDeclaration aDeclaration) CSSViewportRule.addDeclaration(int nIndex, CSSDeclaration aNewDeclaration) CSSViewportRule.addDeclaration(CSSDeclaration aDeclaration) IHasCSSDeclarations.addDeclaration(int nIndex, CSSDeclaration aDeclaration) Add a new declaration at the specified index.IHasCSSDeclarations.addDeclaration(CSSDeclaration aDeclaration) Add a new declaration.final com.helger.commons.state.EChangeCSSDeclarationList.removeDeclaration(CSSDeclaration aDeclaration) com.helger.commons.state.EChangeCSSFontFaceRule.removeDeclaration(CSSDeclaration aDeclaration) com.helger.commons.state.EChangeCSSKeyframesBlock.removeDeclaration(CSSDeclaration aDeclaration) com.helger.commons.state.EChangeCSSPageMarginBlock.removeDeclaration(CSSDeclaration aDeclaration) com.helger.commons.state.EChangeCSSStyleRule.removeDeclaration(CSSDeclaration aDeclaration) com.helger.commons.state.EChangeCSSViewportRule.removeDeclaration(CSSDeclaration aDeclaration) com.helger.commons.state.EChangeIHasCSSDeclarations.removeDeclaration(CSSDeclaration aDeclaration) Remove the given declarationCSSDeclarationList.setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration) CSSFontFaceRule.setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration) CSSKeyframesBlock.setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration) CSSPageMarginBlock.setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration) CSSStyleRule.setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration) CSSViewportRule.setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration) IHasCSSDeclarations.setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration) Set the declaration at the specified index with a new one.Constructors in com.helger.css.decl with parameters of type CSSDeclaration -
Uses of CSSDeclaration in com.helger.css.decl.shorthand
Methods in com.helger.css.decl.shorthand that return types with arguments of type CSSDeclarationModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<CSSDeclaration>CSSShortHandDescriptor.getSplitIntoPieces(CSSDeclaration aDeclaration) Methods in com.helger.css.decl.shorthand with parameters of type CSSDeclarationModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<CSSDeclaration>CSSShortHandDescriptor.getSplitIntoPieces(CSSDeclaration aDeclaration) -
Uses of CSSDeclaration in com.helger.css.decl.visit
Methods in com.helger.css.decl.visit with parameters of type CSSDeclarationModifier and TypeMethodDescriptionvoidCSSVisitorForUrl.onDeclaration(CSSDeclaration aDeclaration) voidDefaultCSSVisitor.onDeclaration(CSSDeclaration aDeclaration) voidICSSVisitor.onDeclaration(CSSDeclaration aDeclaration) Called for each declarationvoidAbstractModifyingCSSUrlVisitor.onUrlDeclaration(ICSSTopLevelRule aTopLevelRule, CSSDeclaration aDeclaration, CSSExpressionMemberTermURI aExprTerm) voidDefaultCSSUrlVisitor.onUrlDeclaration(ICSSTopLevelRule aTopLevelRule, CSSDeclaration aDeclaration, CSSExpressionMemberTermURI aURITerm) voidICSSUrlVisitor.onUrlDeclaration(ICSSTopLevelRule aTopLevelRule, CSSDeclaration aDeclaration, CSSExpressionMemberTermURI aURITerm) Called on a CSS declaration value that contains an URL.
Note: for keyframes it is currently not possible to retrieve the keyframes block to which the declaration belongs.
IHasCSSDeclarations.getDeclarationOfPropertyName(String)instead.