API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
org.w3c.dom.css.
Counter
View Source
Author(s)
Since
DOM Level 2
Version
Serial
Hierarchy
Counter
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface Counter
The
Counter
interface is used to represent any counter or counters function value.
The
Counter
interface is used to represent any counter or counters function value. This interface reflects the values in the underlying style property.
See also the
Document Object Model (DOM) Level 2 Style Specification
.
See also:
Methods
Hide/Show inherited methods
public
String
getIdentifier
()
This attribute is used for the identifier of the counter.
public
String
getListStyle
()
This attribute is used for the style of the list.
public
String
getSeparator
()
This attribute is used for the separator of the nested counters.
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar