Uses of Class
com.helger.css.decl.CSSExpressionMemberTermURI
-
Packages that use CSSExpressionMemberTermURI Package Description com.helger.css.decl com.helger.css.decl.visit -
-
Uses of CSSExpressionMemberTermURI in com.helger.css.decl
Methods in com.helger.css.decl that return CSSExpressionMemberTermURI Modifier and Type Method Description CSSExpressionMemberTermURICSSExpressionMemberTermURI. getClone()CSSExpressionMemberTermURICSSExpressionMemberTermURI. setURI(CSSURI aURI)Set a new URICSSExpressionMemberTermURICSSExpressionMemberTermURI. 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 CSSExpressionMemberTermURI Modifier and Type Method Description voidAbstractModifyingCSSUrlVisitor. 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.
-