Uses of Interface
org.joox.Context

Packages that use Context
Package
Description
 
  • Uses of Context in org.joox

    Classes in org.joox that implement Context
    Modifier and Type
    Class
    Description
    (package private) class 
     
    Methods in org.joox that return Context
    Modifier and Type
    Method
    Description
    (package private) static final Context
    Util.context(Element match, int matchIndex, int matchSize)
    Create a context object
    (package private) static final Context
    Util.context(Element match, int matchIndex, int matchSize, Element element, int elementIndex, int elementSize)
    Create a context object
    Methods in org.joox with parameters of type Context
    Modifier and Type
    Method
    Description
    static Match
    JOOX.$(Context context)
    Convenience method for calling $(context.element())
    Content.content(Context context)
    The callback method invoked for every matched element.
    void
    Each.each(Context context)
    The callback method invoked for every matched element.
    boolean
    Filter.filter(Context context)
    The callback method invoked for every matched element.
    Mapper.map(Context context)
    The callback method invoked for every matched element.