public class CounterImpl extends Object implements org.w3c.dom.css.Counter, Serializable
Counter.| Constructor and Description |
|---|
CounterImpl(boolean separatorSpecified,
LexicalUnit lu)
Creates new CounterImpl.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
String |
getListStyle() |
String |
getSeparator() |
String |
toString() |
public CounterImpl(boolean separatorSpecified,
LexicalUnit lu)
throws DOMException
separatorSpecified - true if the separator is specifiedlu - the lexical unitDOMException - in case of errorpublic String getIdentifier()
getIdentifier in interface org.w3c.dom.css.Counterpublic String getListStyle()
getListStyle in interface org.w3c.dom.css.Counterpublic String getSeparator()
getSeparator in interface org.w3c.dom.css.CounterCopyright © 2018. All rights reserved.