Package com.steadystate.css.dom
Class CounterImpl
- java.lang.Object
-
- com.steadystate.css.dom.CounterImpl
-
- All Implemented Interfaces:
java.io.Serializable,Counter
public class CounterImpl extends java.lang.Object implements Counter, java.io.Serializable
- Version:
- $Release$
- Author:
- David Schweinsberg
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CounterImpl(boolean separatorSpecified, LexicalUnit lu)Creates new CounterImpl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIdentifier()This attribute is used for the identifier of the counter.java.lang.StringgetListStyle()This attribute is used for the style of the list.java.lang.StringgetSeparator()This attribute is used for the separator of the nested counters.java.lang.StringtoString()
-
-
-
Constructor Detail
-
CounterImpl
public CounterImpl(boolean separatorSpecified, LexicalUnit lu)Creates new CounterImpl
-
-
Method Detail
-
getIdentifier
public java.lang.String getIdentifier()
Description copied from interface:CounterThis attribute is used for the identifier of the counter.- Specified by:
getIdentifierin interfaceCounter
-
getListStyle
public java.lang.String getListStyle()
Description copied from interface:CounterThis attribute is used for the style of the list.- Specified by:
getListStylein interfaceCounter
-
getSeparator
public java.lang.String getSeparator()
Description copied from interface:CounterThis attribute is used for the separator of the nested counters.- Specified by:
getSeparatorin interfaceCounter
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-