Class CounterImpl

java.lang.Object
org.htmlunit.cssparser.dom.CounterImpl
All Implemented Interfaces:
Serializable

public class CounterImpl extends Object implements Serializable
Implementation of Counter.
Author:
Ronald Brill
See Also:
  • Constructor Details

    • CounterImpl

      public CounterImpl(boolean separatorSpecified, LexicalUnit lu) throws DOMException
      Creates new CounterImpl.
      Parameters:
      separatorSpecified - true if the separator is specified
      lu - the lexical unit
      Throws:
      DOMException - in case of error
  • Method Details

    • getIdentifier

      public String getIdentifier()

      getIdentifier.

      Returns:
      the identifier
    • getListStyle

      public String getListStyle()

      getListStyle.

      Returns:
      the list style
    • getSeparator

      public String getSeparator()

      getSeparator.

      Returns:
      the separator
    • toString

      public String toString()
      Overrides:
      toString in class Object