Uses of Class
com.helger.css.decl.CSSDeclaration
-
Packages that use CSSDeclaration Package Description com.helger.css.decl com.helger.css.decl.shorthand com.helger.css.decl.visit -
-
Uses of CSSDeclaration in com.helger.css.decl
Methods in com.helger.css.decl that return CSSDeclaration Modifier and Type Method Description CSSDeclarationCSSSupportsConditionDeclaration. getDeclaration()CSSDeclarationCSSDeclarationList. getDeclarationAtIndex(int nIndex)CSSDeclarationCSSFontFaceRule. getDeclarationAtIndex(int nIndex)CSSDeclarationCSSKeyframesBlock. getDeclarationAtIndex(int nIndex)CSSDeclarationCSSPageMarginBlock. getDeclarationAtIndex(int nIndex)CSSDeclarationCSSStyleRule. getDeclarationAtIndex(int nIndex)CSSDeclarationCSSViewportRule. getDeclarationAtIndex(int nIndex)CSSDeclarationIHasCSSDeclarations. getDeclarationAtIndex(int nIndex)CSSDeclarationCSSDeclarationList. getDeclarationOfPropertyName(String sPropertyName)CSSDeclarationCSSFontFaceRule. getDeclarationOfPropertyName(String sPropertyName)CSSDeclarationCSSKeyframesBlock. getDeclarationOfPropertyName(String sPropertyName)CSSDeclarationCSSPageMarginBlock. getDeclarationOfPropertyName(String sPropertyName)CSSDeclarationCSSStyleRule. getDeclarationOfPropertyName(String sPropertyName)CSSDeclarationCSSViewportRule. getDeclarationOfPropertyName(String sPropertyName)CSSDeclarationIHasCSSDeclarations. getDeclarationOfPropertyName(String sPropertyName)Get the first declaration with the specified property name.default CSSDeclarationIHasCSSDeclarations. getDeclarationOfPropertyNameCaseInsensitive(String sPropertyName)Deprecated.Since 6.0.0 - useIHasCSSDeclarations.getDeclarationOfPropertyName(String)instead.CSSDeclarationCSSDeclaration. setExpression(CSSExpression aExpression)Set the expression (= value) of this declaration.CSSDeclarationCSSDeclaration. setImportant(boolean bIsImportant)Set the important flag of this value.CSSDeclarationCSSDeclaration. setProperty(ECSSProperty eProperty)Set the property of this CSS value (e.g.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 CSSDeclaration Modifier and Type Method Description 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 CSSDeclaration Modifier and Type Method Description CSSDeclarationListCSSDeclarationList. addDeclaration(int nIndex, CSSDeclaration aNewDeclaration)CSSDeclarationListCSSDeclarationList. addDeclaration(CSSDeclaration aNewDeclaration)CSSFontFaceRuleCSSFontFaceRule. addDeclaration(int nIndex, CSSDeclaration aNewDeclaration)CSSFontFaceRuleCSSFontFaceRule. addDeclaration(CSSDeclaration aDeclaration)CSSKeyframesBlockCSSKeyframesBlock. addDeclaration(int nIndex, CSSDeclaration aNewDeclaration)CSSKeyframesBlockCSSKeyframesBlock. addDeclaration(CSSDeclaration aDeclaration)CSSPageMarginBlockCSSPageMarginBlock. addDeclaration(int nIndex, CSSDeclaration aNewDeclaration)CSSPageMarginBlockCSSPageMarginBlock. addDeclaration(CSSDeclaration aDeclaration)CSSStyleRuleCSSStyleRule. addDeclaration(int nIndex, CSSDeclaration aNewDeclaration)CSSStyleRuleCSSStyleRule. addDeclaration(CSSDeclaration aDeclaration)CSSViewportRuleCSSViewportRule. addDeclaration(int nIndex, CSSDeclaration aNewDeclaration)CSSViewportRuleCSSViewportRule. addDeclaration(CSSDeclaration aDeclaration)IMPLTYPEIHasCSSDeclarations. addDeclaration(int nIndex, CSSDeclaration aDeclaration)Add a new declaration at the specified index.IMPLTYPEIHasCSSDeclarations. addDeclaration(CSSDeclaration aDeclaration)Add a new declaration.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 declarationCSSDeclarationListCSSDeclarationList. setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration)CSSFontFaceRuleCSSFontFaceRule. setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration)CSSKeyframesBlockCSSKeyframesBlock. setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration)CSSPageMarginBlockCSSPageMarginBlock. setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration)CSSStyleRuleCSSStyleRule. setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration)CSSViewportRuleCSSViewportRule. setDeclarationAtIndex(int nIndex, CSSDeclaration aNewDeclaration)IMPLTYPEIHasCSSDeclarations. 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 Constructor Description CSSSupportsConditionDeclaration(CSSDeclaration aDeclaration) -
Uses of CSSDeclaration in com.helger.css.decl.shorthand
Methods in com.helger.css.decl.shorthand that return types with arguments of type CSSDeclaration Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>CSSShortHandDescriptor. getSplitIntoPieces(CSSDeclaration aDeclaration)Methods in com.helger.css.decl.shorthand with parameters of type CSSDeclaration Modifier and Type Method Description com.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 CSSDeclaration Modifier and Type Method Description voidCSSVisitorForUrl. 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.
-