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.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()
-
-
-
Constructor Detail
-
CounterImpl
public CounterImpl(boolean separatorSpecified, LexicalUnit lu)
Creates new CounterImpl
-
-
Method Detail
-
getIdentifier
public java.lang.String getIdentifier()
Description copied from interface:Counter
This attribute is used for the identifier of the counter.- Specified by:
getIdentifier
in interfaceCounter
-
getListStyle
public java.lang.String getListStyle()
Description copied from interface:Counter
This attribute is used for the style of the list.- Specified by:
getListStyle
in interfaceCounter
-
getSeparator
public java.lang.String getSeparator()
Description copied from interface:Counter
This attribute is used for the separator of the nested counters.- Specified by:
getSeparator
in interfaceCounter
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-