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

 CSS2CounterReset ()
 CSS2CounterReset (const CSS2CounterReset &other)
 CSS2CounterReset (CSS2CounterResetImpl *impl)
CSS2CounterReset & operator= (const CSS2CounterReset &other)
 ~CSS2CounterReset ()
DOM::DOMString identifier () const
void setIdentifier (const DOM::DOMString &)
short reset () const
void setReset (const short)


Detailed Description

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

Definition at line 504 of file css_extensions.h.


Member Function Documentation

DOMString CSS2CounterReset::identifier   const
 

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   const
 

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 khtml Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sun May 16 22:06:36 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003