org.joox
Interface Content


public interface Content

A Callback providing (mostly new) content for each element

Author:
Lukas Eder

Method Summary
 String content(Context context)
          The callback method invoked for every matched element.
 

Method Detail

content

String content(Context context)
The callback method invoked for every matched element.

Parameters:
context - The context for the current callback call.
Returns:
The new content


Copyright © 2012. All Rights Reserved.