com.steadystate.css.dom
Class CounterImpl
java.lang.Object
com.steadystate.css.dom.CounterImpl
- All Implemented Interfaces:
- java.io.Serializable, org.w3c.dom.css.Counter
public class CounterImpl
- extends java.lang.Object
- implements org.w3c.dom.css.Counter, java.io.Serializable
Implementation of Counter
.
- Version:
- $Id: CounterImpl.java,v 1.3 2008/03/26 02:17:24 sdanig Exp $
- Author:
- David Schweinsberg
- See Also:
- Serialized Form
Constructor Summary |
CounterImpl()
|
CounterImpl(boolean separatorSpecified,
org.w3c.css.sac.LexicalUnit lu)
Creates new CounterImpl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CounterImpl
public CounterImpl(boolean separatorSpecified,
org.w3c.css.sac.LexicalUnit lu)
throws org.w3c.dom.DOMException
- Creates new CounterImpl
- Throws:
org.w3c.dom.DOMException
CounterImpl
public CounterImpl()
setIdentifier
public void setIdentifier(java.lang.String identifier)
setListStyle
public void setListStyle(java.lang.String listStyle)
setSeparator
public void setSeparator(java.lang.String separator)
getIdentifier
public java.lang.String getIdentifier()
- Specified by:
getIdentifier
in interface org.w3c.dom.css.Counter
getListStyle
public java.lang.String getListStyle()
- Specified by:
getListStyle
in interface org.w3c.dom.css.Counter
getSeparator
public java.lang.String getSeparator()
- Specified by:
getSeparator
in interface org.w3c.dom.css.Counter
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2010. All Rights Reserved.