public class CSSAttrFunction extends CSSFunctionValue
Constructor and Description |
---|
CSSAttrFunction(String namespace,
String name) |
CSSAttrFunction(String namespace,
String name,
String type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines if this instance of the object is equals to another Object
|
String |
getCSSText() |
String |
getName() |
String |
getNamespace() |
String |
getValueType() |
getFunctionName, getParameters, getType, toString
public String getName()
public String getValueType()
public String getNamespace()
public String getCSSText()
getCSSText
in interface CSSValue
getCSSText
in class CSSFunctionValue
public boolean equals(Object obj)
equals
in class CSSFunctionValue
true
if the supplied object is equivalent to this object, false
otherwise