|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.kde.koala.CSSRuleList
public class CSSRuleList
The CSSRuleList interface provides the abstraction
of an ordered collection of CSS rules.
| Constructor Summary | |
|---|---|
|
CSSRuleList()
|
protected |
CSSRuleList(java.lang.Class dummy)
|
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CSSRuleList(java.lang.Class dummy)
public CSSRuleList()
public CSSRuleList(CSSRuleList other)
| Method Detail |
|---|
public long length()
CSSRule s in the list. The range
of valid child rule indices is 0 to
length-1 inclusive.
public CSSRule item(long index)
index - Index into the collection
index position in
the CSSRuleList , or null if that
is not a valid index.public boolean isNull()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||