com.steadystate.css.dom
Class CounterImpl

java.lang.Object
  extended by 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
 
Method Summary
 String getIdentifier()
           
 String getListStyle()
           
 String getSeparator()
           
 void setIdentifier(String identifier)
           
 void setListStyle(String listStyle)
           
 void setSeparator(String separator)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CounterImpl

public CounterImpl(boolean separatorSpecified,
                   org.w3c.css.sac.LexicalUnit lu)
            throws DOMException
Creates new CounterImpl

Throws:
DOMException

CounterImpl

public CounterImpl()
Method Detail

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.