com.steadystate.css.dom

Class CounterImpl

Implemented Interfaces:
Counter, Serializable

public class CounterImpl
extends java.lang.Object
implements Counter, Serializable

Version:
$Release$
Author:
David Schweinsberg

Constructor Summary

CounterImpl(boolean separatorSpecified, LexicalUnit lu)
Creates new CounterImpl

Method Summary

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()

Constructor Details

CounterImpl

public CounterImpl(boolean separatorSpecified,
                   LexicalUnit lu)
Creates new CounterImpl

Method Details

getIdentifier

public String getIdentifier()
This attribute is used for the identifier of the counter.
Specified by:
getIdentifier in interface Counter

getListStyle

public String getListStyle()
This attribute is used for the style of the list.
Specified by:
getListStyle in interface Counter

getSeparator

public String getSeparator()
This attribute is used for the separator of the nested counters.
Specified by:
getSeparator in interface Counter

toString

public String toString()