public class DefaultXElements extends ArrayList<XElement> implements XElements
modCount| Constructor and Description |
|---|
DefaultXElements(org.jsoup.select.Elements elements,
ElementOperator elementOperator) |
| Modifier and Type | Method and Description |
|---|---|
String |
get() |
org.jsoup.select.Elements |
getElements() |
List<String> |
list() |
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic DefaultXElements(org.jsoup.select.Elements elements,
ElementOperator elementOperator)
public String toString()
toString in class AbstractCollection<XElement>public org.jsoup.select.Elements getElements()
getElements in interface XElementsCopyright © 2023. All rights reserved.