com.steadystate.css.dom
Class CounterImpl
java.lang.Object
com.steadystate.css.dom.CounterImpl
- All Implemented Interfaces:
- Serializable, org.w3c.dom.css.Counter
public class CounterImpl
- extends Object
- implements org.w3c.dom.css.Counter, Serializable
Implementation of Counter
.
- Author:
- David Schweinsberg, rbri
- See Also:
- Serialized Form
Constructor Summary |
CounterImpl()
|
CounterImpl(boolean separatorSpecified,
org.w3c.css.sac.LexicalUnit lu)
Creates new CounterImpl |
CounterImpl
public CounterImpl(boolean separatorSpecified,
org.w3c.css.sac.LexicalUnit lu)
throws DOMException
- Creates new CounterImpl
- Throws:
DOMException
CounterImpl
public CounterImpl()
setIdentifier
public void setIdentifier(String identifier)
setListStyle
public void setListStyle(String listStyle)
setSeparator
public void setSeparator(String separator)
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifier
in interface org.w3c.dom.css.Counter
getListStyle
public String getListStyle()
- Specified by:
getListStyle
in interface org.w3c.dom.css.Counter
getSeparator
public String getSeparator()
- Specified by:
getSeparator
in interface org.w3c.dom.css.Counter
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All rights reserved.