Package org.htmlunit.cssparser.dom
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:
- Serialized Form
-
-
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 StringgetIdentifier()getIdentifier.StringgetListStyle()getListStyle.StringgetSeparator()getSeparator.StringtoString()
-
-
-
Constructor Detail
-
CounterImpl
public CounterImpl(boolean separatorSpecified, LexicalUnit lu) throws DOMExceptionCreates new CounterImpl.- Parameters:
separatorSpecified- true if the separator is specifiedlu- the lexical unit- Throws:
DOMException- in case of error
-
-