jodd.lagarto.dom.jerry
Interface JerryFunction


public interface JerryFunction

Callback function for iterating nodes.


Method Summary
 boolean onNode(Jerry $this, int index)
          Invoked on node.
 

Method Detail

onNode

boolean onNode(Jerry $this,
               int index)
Invoked on node. Returns true to continue looping.



Copyright © 2003-2011 Jodd Team