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) class
DefaultContext
Methods in org.joox that return Context Modifier and Type Method Description (package private) static Context
Util. context(org.w3c.dom.Element match, int matchIndex, int matchSize)
Create a context object(package private) static Context
Util. 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 Match
JOOX. $(Context context)
Convenience method for calling$(context.element())
java.lang.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.
-