Package | Description |
---|---|
org.joox |
Modifier and Type | Method and 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
|
Modifier and Type | Method and Description |
---|---|
<E> List<E> |
Match.map(Mapper<E> map)
Map the set of matched elements to a list of something
|
Copyright © 2015. All Rights Reserved.