org.kde.koala
public class CSSRuleList extends Object implements QtSupport
CSSRuleList interface provides the abstraction
of an ordered collection of CSS rules.UNKNOWN: The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules.
| Constructor Summary | |
|---|---|
| protected | CSSRuleList(Class dummy) |
| CSSRuleList() | |
| CSSRuleList(CSSRuleList other) | |
| Method Summary | |
|---|---|
| boolean | isNull()
not part of the DOM |
| CSSRule | item(long index)
Used to retrieve a CSS rule by ordinal index. |
| long | length()
The number of CSSRule s in the list. |
UNKNOWN:
Parameters: index Index into the collection
Returns: The style rule at the index position in
the CSSRuleList , or null if that
is not a valid index.
UNKNOWN: Used to retrieve a CSS rule by ordinal index.
CSSRule s in the list. The range
of valid child rule indices is 0 to
length-1 inclusive.UNKNOWN: The number of CSSRule s in the list.