Class CounterImpl

java.lang.Object
com.steadystate.css.dom.CounterImpl
All Implemented Interfaces:
Serializable, Counter

public class CounterImpl extends Object implements Counter, Serializable
Version:
$Release$
Author:
David Schweinsberg
See Also:
  • Constructor Details

    • CounterImpl

      public CounterImpl(boolean separatorSpecified, LexicalUnit lu)
      Creates new CounterImpl
  • Method Details

    • getIdentifier

      public 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 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 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 String toString()
      Overrides:
      toString in class Object