Uses of Interface
org.joox.Context

Uses of Context in org.joox
 

Methods in org.joox with parameters of type Context
static Match JOOX.$(Context context)
          Convenience method for calling $(context.match())
 String 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.
 E Mapper.map(Context context)
          The callback method invoked for every matched element.
 



Copyright © 2012. All Rights Reserved.