Package com.steadystate.css.dom
Class CounterImpl
java.lang.Object
com.steadystate.css.dom.CounterImpl
- All Implemented Interfaces:
Serializable
,Counter
- Version:
- $Release$
- Author:
- David Schweinsberg
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCounterImpl
(boolean separatorSpecified, LexicalUnit lu) Creates new CounterImpl -
Method Summary
Modifier and TypeMethodDescriptionThis attribute is used for the identifier of the counter.This attribute is used for the style of the list.This attribute is used for the separator of the nested counters.toString()
-
Constructor Details
-
CounterImpl
Creates new CounterImpl
-
-
Method Details
-
getIdentifier
Description copied from interface:Counter
This attribute is used for the identifier of the counter.- Specified by:
getIdentifier
in interfaceCounter
-
getListStyle
Description copied from interface:Counter
This attribute is used for the style of the list.- Specified by:
getListStyle
in interfaceCounter
-
getSeparator
Description copied from interface:Counter
This attribute is used for the separator of the nested counters.- Specified by:
getSeparator
in interfaceCounter
-
toString
-