Uses of Interface
org.joox.Context
-
Packages that use Context Package Description org.joox -
-
Uses of Context in org.joox
Methods in org.joox with parameters of type Context Modifier and Type Method Description static MatchJOOX. $(Context context)Convenience method for calling$(context.element())java.lang.StringContent. content(Context context)The callback method invoked for every matched element.voidEach. each(Context context)The callback method invoked for every matched element.booleanFilter. filter(Context context)The callback method invoked for every matched element.EMapper. map(Context context)The callback method invoked for every matched element.
-