Interface NodeCallback
public interface NodeCallback
The interface Node callback.
-
Method Summary
Modifier and TypeMethodDescriptionrenderChildren(org.json.JSONArray nodeJsonArray) Render children string.
-
Method Details
-
renderChildren
Render children string.- Parameters:
nodeJsonArray- the node json array- Returns:
- the string
-