JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Interface
org.joox.Mapper
Uses of
Mapper
in
org.joox
Methods in
org.joox
that return
Mapper
Modifier and Type
Method
Description
static
Mapper
<
String
>
JOOX.
attrs
(
String
attributeName)
Create a mapper that returns all attributes with a given name
static
Mapper
<
String
>
JOOX.
ids
()
Create a mapper that returns all
id
attributes
static
Mapper
<
String
>
JOOX.
paths
()
Create a mapper that returns all paths to given elements
Methods in
org.joox
with parameters of type
Mapper
Modifier and Type
Method
Description
<E>
List
<E>
Match.
map
(
Mapper
<E> map)
Map the set of matched elements to a list of something