Package org.loboevolution.html.js.css
Class StyleSheetListImpl
java.lang.Object
org.loboevolution.js.AbstractScriptableDelegate
org.loboevolution.html.node.AbstractList<CSSStyleSheet>
org.loboevolution.html.js.css.StyleSheetListImpl
- All Implemented Interfaces:
Iterable<CSSStyleSheet>,Collection<CSSStyleSheet>,List<CSSStyleSheet>,SequencedCollection<CSSStyleSheet>,StyleSheetList,ScriptableDelegate
StyleSheetListImpl class.
-
Constructor Summary
Constructors -
Method Summary
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, toArrayMethods inherited from class org.loboevolution.js.AbstractScriptableDelegate
getScriptable, setScriptableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addFirst, addLast, equals, getFirst, getLast, hashCode, removeFirst, removeLast, replaceAll, reversed, sort, spliterator
-
Constructor Details
-
StyleSheetListImpl
public StyleSheetListImpl()
-
-
Method Details
-
item
getCssText.
- Specified by:
itemin interfaceStyleSheetList- Parameters:
index- aIntegerobject.- Returns:
- a
CSSStyleSheetobject.
-
getLength
public int getLength()getLength.
- Specified by:
getLengthin interfaceStyleSheetList- Returns:
- a
Integerobject.
-
toString
-