Package org.jsoup.nodes
Class Element.NodeList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<E>
-
- org.jsoup.helper.ChangeNotifyingArrayList<Node>
-
- org.jsoup.nodes.Element.NodeList
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onContentsChanged()
-
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
-
-
-
-
Field Detail
-
owner
private final Element owner
-
-
Constructor Detail
-
NodeList
NodeList(Element owner, int initialCapacity)
-
-
Method Detail
-
onContentsChanged
public void onContentsChanged()
- Specified by:
onContentsChanged
in classChangeNotifyingArrayList<Node>
-
-