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
DOMException
public 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.Counter
public String getListStyle()
getListStyle
in interface org.w3c.dom.css.Counter
public String getSeparator()
getSeparator
in interface org.w3c.dom.css.Counter
Copyright © 2013. All rights reserved.