com.steadystate.css.dom
Class CounterImpl

java.lang.Object
  extended by 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
CounterImpl(boolean separatorSpecified, LexicalUnit lu)
          Creates new CounterImpl
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 interface Counter

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 interface Counter

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 interface Counter

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object