public class CSSCounterFunction extends Object implements CSSValue
| Constructor and Description |
|---|
CSSCounterFunction(String identifier,
String listStyle,
String separator) |
| 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 |
getIdentifier() |
String |
getListStyle() |
String |
getSeparator() |
CSSType |
getType() |
String |
toString() |
public String getIdentifier()
public String getListStyle()
public String getSeparator()
public String getCSSText()
getCSSText in interface CSSValuepublic boolean equals(Object obj)