Package org.loboevolution.html.js.css
Class CSSRuleListImpl
java.lang.Object
org.loboevolution.js.AbstractScriptableDelegate
org.loboevolution.html.node.AbstractList<CSSStyleRule>
org.loboevolution.html.js.css.CSSRuleListImpl
- All Implemented Interfaces:
Iterable<CSSStyleRule>
,Collection<CSSStyleRule>
,List<CSSStyleRule>
,SequencedCollection<CSSStyleRule>
,CSSRuleList
,ScriptableDelegate
CSSRuleListImpl class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addStyleRule
(CSSRuleListImpl newList) addStyleRule.long
getLength.item
(int index) item.toString()
Methods inherited from class org.loboevolution.html.node.AbstractList
add, add, addAll, addAll, clear, contains, containsAll, get, getList, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setList, size, subList, toArray, toArray
Methods inherited from class org.loboevolution.js.AbstractScriptableDelegate
getScriptable, setScriptable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
addFirst, addLast, equals, getFirst, getLast, hashCode, removeFirst, removeLast, replaceAll, reversed, sort, spliterator
-
Constructor Details
-
CSSRuleListImpl
-
-
Method Details
-
item
item.
- Specified by:
item
in interfaceCSSRuleList
- Parameters:
index
- aInteger
object.- Returns:
- a
CSSStyleRule
object.
-
getLength
public long getLength()getLength.
- Specified by:
getLength
in interfaceCSSRuleList
- Returns:
- a
Long
object.
-
addStyleRule
addStyleRule.
- Parameters:
newList
- aCSSRuleListImpl
object.
-
toString
-