public class CounterImpl extends Object implements org.w3c.dom.css.Counter, Serializable
Counter.| Constructor and Description |
|---|
CounterImpl() |
CounterImpl(boolean separatorSpecified,
org.w3c.css.sac.LexicalUnit lu)
Creates new CounterImpl
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
String |
getListStyle() |
String |
getSeparator() |
void |
setIdentifier(String identifier) |
void |
setListStyle(String listStyle) |
void |
setSeparator(String separator) |
String |
toString() |
public CounterImpl(boolean separatorSpecified,
org.w3c.css.sac.LexicalUnit lu)
throws DOMException
DOMExceptionpublic CounterImpl()
public void setIdentifier(String identifier)
public void setListStyle(String listStyle)
public void setSeparator(String separator)
public String getIdentifier()
getIdentifier in interface org.w3c.dom.css.Counterpublic String getListStyle()
getListStyle in interface org.w3c.dom.css.Counterpublic String getSeparator()
getSeparator in interface org.w3c.dom.css.CounterCopyright © 2018. All rights reserved.