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, toStringpublic String getName()
public String getValueType()
public String getNamespace()
public String getCSSText()
getCSSText in interface CSSValuegetCSSText in class CSSFunctionValuepublic boolean equals(Object obj)
equals in class CSSFunctionValuetrue if the supplied object is equivalent to this object, false otherwise