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