Package org.jsoup.nodes
Class Element.NodeList
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<Node>
,Collection<Node>
,List<Node>
,RandomAccess
- Enclosing class:
- Element
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jsoup.helper.ChangeNotifyingArrayList
add, add, addAll, addAll, clear, remove, remove, removeAll, removeRange, retainAll, set
Methods inherited from class java.util.ArrayList
clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeIf, replaceAll, size, sort, spliterator, subList, toArray, toArray, trimToSize
Methods inherited from class java.util.AbstractCollection
containsAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
Methods inherited from interface java.util.List
containsAll
-
Field Details
-
owner
-
-
Constructor Details
-
NodeList
NodeList(Element owner, int initialCapacity)
-
-
Method Details
-
onContentsChanged
public void onContentsChanged()- Specified by:
onContentsChanged
in classChangeNotifyingArrayList<Node>
-