public class Elements
extends java.lang.Object
Element
selection.Modifier and Type | Method and Description |
---|---|
static ElementCopier |
copy()
Copies elements through objects.
|
static ElementCopier |
copy(ElementsSelector selector)
Copies the elements returned by the given selector through objects.
|
static ElementSelector |
element()
Selects a single element.
|
static ElementSelector |
element(java.lang.String name)
Selects an element.
|
static ElementsSelector |
elements()
Selects a set of elements.
|
static Registry<java.util.function.Predicate<java.lang.Class>,Finder<Element>> |
registry() |
public static Registry<java.util.function.Predicate<java.lang.Class>,Finder<Element>> registry()
public static ElementSelector element(java.lang.String name)
name
- the element name.public static ElementsSelector elements()
public static ElementSelector element()
public static ElementCopier copy()
public static ElementCopier copy(ElementsSelector selector)