Package | Description |
---|---|
org.joox |
Modifier and Type | Method | Description |
---|---|---|
static Mapper<java.lang.String> |
JOOX.attrs(java.lang.String attributeName) |
Create a mapper that returns all attributes with a given name
|
static Mapper<java.lang.String> |
JOOX.ids() |
Create a mapper that returns all
id attributes |
static Mapper<java.lang.String> |
JOOX.paths() |
Create a mapper that returns all paths to given elements
|
Modifier and Type | Method | Description |
---|---|---|
<E> java.util.List<E> |
Match.map(Mapper<E> map) |
Map the set of matched elements to a list of something
|
Copyright © 2018. All rights reserved.