Uses of Interface
org.joox.Mapper

Packages that use Mapper
Package
Description
 
  • 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
    final <E> List<E>
    Impl.map(Mapper<E> map)
     
    <E> List<E>
    Match.map(Mapper<E> map)
    Map the set of matched elements to a list of something