|
|
The <code> Counter </code> interface is used to represent any <a href="http://www.w3.org/TR/REC-CSS2/syndata.html#value-def-counter"> counter or counters function </a> value. This interface reflects the values in the underlying style property. Hence, modifications made through this interface modify the style property.
Counter ()
| Counter |
Counter (const Counter &other)
| Counter |
Counter & operator = (const Counter &other)
| operator = |
~Counter ()
| ~Counter |
DOM::DOMString identifier ()
| identifier |
[const]
This attribute is used for the identifier of the counter.
DOM::DOMString listStyle ()
| listStyle |
[const]
This attribute is used for the style of the list.
DOM::DOMString separator ()
| separator |
[const]
This attribute is used for the separator of nested counters.
CounterImpl * handle ()
| handle |
[const]
not part of the DOM
bool isNull ()
| isNull |
[const]
CounterImpl * impl | impl |
[protected]
Counter (CounterImpl *i)
| Counter |
[protected]
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |