Uses of Interface
org.joox.Context
-
Packages that use Context Package Description org.joox -
-
Uses of Context in org.joox
Classes in org.joox that implement Context Modifier and Type Class Description (package private) classDefaultContextMethods in org.joox that return Context Modifier and Type Method Description (package private) static ContextUtil. context(org.w3c.dom.Element match, int matchIndex, int matchSize)Create a context object(package private) static ContextUtil. context(org.w3c.dom.Element match, int matchIndex, int matchSize, org.w3c.dom.Element element, int elementIndex, int elementSize)Create a context objectMethods 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.
-