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.SerializableImplementation of Counter.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringidentifier_private java.lang.StringlistStyle_private java.lang.Stringseparator_
-
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.StringgetIdentifier()java.lang.StringgetListStyle()java.lang.StringgetSeparator()java.lang.StringtoString()
-
-
-
Constructor Detail
-
CounterImpl
public CounterImpl(boolean separatorSpecified, LexicalUnit lu) throws org.w3c.dom.DOMExceptionCreates 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:
toStringin classjava.lang.Object
-
-