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()
CountergetIdentifier in interface Counterpublic java.lang.String getListStyle()
CountergetListStyle in interface Counterpublic java.lang.String getSeparator()
CountergetSeparator in interface Counterpublic java.lang.String toString()
toString in class java.lang.Object