Class CounterImpl

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

public class CounterImpl extends Object implements Serializable
Implementation of Counter.
See Also:
  • Field Details

    • identifier_

      private final String identifier_
    • listStyle_

      private String listStyle_
    • separator_

      private String separator_
  • 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()
      Returns:
      the identifier
    • getListStyle

      public String getListStyle()
      Returns:
      the list style
    • getSeparator

      public String getSeparator()
      Returns:
      the separator
    • toString

      public String toString()
      Overrides:
      toString in class Object