Uses of Class
com.helger.css.decl.CSSExpressionMemberTermURI
Packages that use CSSExpressionMemberTermURI
-
Uses of CSSExpressionMemberTermURI in com.helger.css.decl
Methods in com.helger.css.decl that return CSSExpressionMemberTermURIModifier and TypeMethodDescriptionCSSExpressionMemberTermURI.getClone()Set a new URICSSExpressionMemberTermURI.setURIString(String sURIString) Replace the URI string in the existingCSSURIobject. -
Uses of CSSExpressionMemberTermURI in com.helger.css.decl.visit
Methods in com.helger.css.decl.visit with parameters of type CSSExpressionMemberTermURIModifier and TypeMethodDescriptionvoidAbstractModifyingCSSUrlVisitor.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.