Uses of Interface
com.mycila.xmltool.CallBack

Uses of CallBack in com.mycila.xmltool
 

Methods in com.mycila.xmltool with parameters of type CallBack
 XMLTag XMLTag.forEach(CallBack callBack, String relativeXpath, Object... arguments)
          Execute an action for each selected tags from the current node.
 XMLTag XMLDoc.forEach(CallBack callBack, String relativeXpath, Object... arguments)
           
 XMLTag XMLTag.forEach(String xpath, CallBack callBack)
           
 XMLTag XMLDoc.forEach(String xpath, CallBack callBack)
           
 XMLTag XMLTag.forEachChild(CallBack callBack)
          Execute an action for each child in the current node.
 XMLTag XMLDoc.forEachChild(CallBack callBack)
           
 



Copyright © 2008-2011 Mathieu Carbou. All Rights Reserved.