Class CounterImpl
java.lang.Object
org.htmlunit.cssparser.dom.CounterImpl
- All Implemented Interfaces:
Serializable
Implementation of Counter.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCounterImpl(boolean separatorSpecified, LexicalUnit lu) Creates new CounterImpl. -
Method Summary
-
Field Details
-
identifier_
-
listStyle_
-
separator_
-
-
Constructor Details
-
CounterImpl
Creates new CounterImpl.- Parameters:
separatorSpecified- true if the separator is specifiedlu- the lexical unit- Throws:
DOMException- in case of error
-
-
Method Details
-
getIdentifier
- Returns:
- the identifier
-
getListStyle
- Returns:
- the list style
-
getSeparator
- Returns:
- the separator
-
toString
-