Uses of Class
com.helger.css.decl.CSSURI
-
Packages that use CSSURI Package Description com.helger.css.decl -
-
Uses of CSSURI in com.helger.css.decl
Methods in com.helger.css.decl that return CSSURI Modifier and Type Method Description CSSURICSSImportRule. getLocation()CSSURICSSExpressionMemberTermURI. getURI()CSSURICSSURI. setURI(String sURI)Set the URI string of this object.Methods in com.helger.css.decl with parameters of type CSSURI Modifier and Type Method Description CSSImportRuleCSSImportRule. setLocation(CSSURI aLocation)Set the URI of the file to be imported.CSSExpressionMemberTermURICSSExpressionMemberTermURI. setURI(CSSURI aURI)Set a new URIConstructors in com.helger.css.decl with parameters of type CSSURI Constructor Description CSSExpressionMemberTermURI(CSSURI aURI)CSSImportRule(CSSURI aLocation)
-