Home | Trees | Indices | Help |
|
---|
|
object --+ | list --+ | StyleSheetList
Interface StyleSheetList (introduced in DOM Level 2)
The StyleSheetList interface provides the abstraction of an ordered collection of style sheets.
The items in the StyleSheetList are accessible via an integral index, starting from 0.
This Python implementation is based on a standard Python list so e.g. allows examplelist[index] usage.
|
|||
|
|||
Inherited from Inherited from |
|
|||
length The number of StyleSheets in the list. |
|||
Inherited from |
|
|
|
lengthThe number of StyleSheets in the list. The range of valid child stylesheet indices is 0 to length-1 inclusive.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 11 21:02:57 2008 | http://epydoc.sourceforge.net |