JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
org.jooq.joox
org.joox
Mapper
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