Uses of Interface
org.joox.Mapper

Uses of Mapper in org.joox
 

Methods in org.joox that return Mapper
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
 

Methods in org.joox with parameters of type Mapper
<E> List<E>
Match.map(Mapper<E> map)
          Map the set of matched elements to a list of something
 



Copyright © 2012. All Rights Reserved.