FileDocCategorySizeDatePackage
Counter.javaAPI DocJava SE 5 API1324Fri Aug 26 14:58:38 BST 2005org.w3c.dom.css

Counter

public interface Counter
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.

since
DOM Level 2

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetIdentifier()
This attribute is used for the identifier of the counter.

public java.lang.StringgetListStyle()
This attribute is used for the style of the list.

public java.lang.StringgetSeparator()
This attribute is used for the separator of the nested counters.