khtml Library API Documentation

DOM::CSS2CounterReset Class Reference

The CSS2CounterReset interface represents a simple value for the counter-reset CSS Level 2 property. More...

#include <css_extensions.h>

List of all members.

Public Methods

DOM::DOMString identifier () const
 The element name.

void setIdentifier (const DOM::DOMString &)
 see identifier

short reset () const
 The reset (default value is 0).

void setReset (const short)
 see reset


Detailed Description

The CSS2CounterReset interface represents a simple value for the counter-reset CSS Level 2 property.

Definition at line 505 of file css_extensions.h.


Member Function Documentation

DOMString CSS2CounterReset::identifier  
 

The element name.

Definition at line 306 of file css_extensions.cpp.

void CSS2CounterReset::setIdentifier const DOM::DOMString  
 

see identifier

Exceptions:
DOMException  SYNTAX_ERR: Raised if the specified identifier has a syntax error and is unparsable.
NO_MODIFICATION_ALLOWED_ERR: Raised if this identifier is readonly.

Definition at line 312 of file css_extensions.cpp.

short CSS2CounterReset::reset  
 

The reset (default value is 0).

Definition at line 317 of file css_extensions.cpp.

void CSS2CounterReset::setReset const    short
 

see reset

Exceptions:
DOMException  NO_MODIFICATION_ALLOWED_ERR: Raised if this identifier is readonly.

Definition at line 323 of file css_extensions.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:44 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001