Package org.htmlunit.cssparser.dom
Class CounterImpl
- java.lang.Object
-
- org.htmlunit.cssparser.dom.CounterImpl
-
- All Implemented Interfaces:
java.io.Serializable
public class CounterImpl extends java.lang.Object implements java.io.Serializable
Implementation of Counter.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
identifier_
private java.lang.String
listStyle_
private java.lang.String
separator_
-
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()
java.lang.String
getListStyle()
java.lang.String
getSeparator()
java.lang.String
toString()
-
-
-
Constructor Detail
-
CounterImpl
public CounterImpl(boolean separatorSpecified, LexicalUnit lu) throws org.w3c.dom.DOMException
Creates new CounterImpl.- Parameters:
separatorSpecified
- true if the separator is specifiedlu
- the lexical unit- Throws:
org.w3c.dom.DOMException
- in case of error
-
-
Method Detail
-
getIdentifier
public java.lang.String getIdentifier()
- Returns:
- the identifier
-
getListStyle
public java.lang.String getListStyle()
- Returns:
- the list style
-
getSeparator
public java.lang.String getSeparator()
- Returns:
- the separator
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-