com.steadystate.css.dom
Class CounterImpl
java.lang.Object
com.steadystate.css.dom.CounterImpl
- Counter, Serializable
public class CounterImpl
extends java.lang.Object
String | getIdentifier() - This attribute is used for the identifier of the counter.
|
String | getListStyle() - This attribute is used for the style of the list.
|
String | getSeparator() - This attribute is used for the separator of the nested counters.
|
String | toString()
|
CounterImpl
public CounterImpl(boolean separatorSpecified,
LexicalUnit lu)
Creates new CounterImpl
getIdentifier
public String getIdentifier()
This attribute is used for the identifier of the counter.
- getIdentifier in interface Counter
getListStyle
public String getListStyle()
This attribute is used for the style of the list.
- getListStyle in interface Counter
getSeparator
public String getSeparator()
This attribute is used for the separator of the nested counters.
- getSeparator in interface Counter
toString
public String toString()