Uses of Interface
com.mycila.xmltool.CallBack
-
-
Uses of CallBack in com.mycila.xmltool
Methods in com.mycila.xmltool with parameters of type CallBack Modifier and Type Method Description XMLTagXMLDoc. forEach(CallBack callBack, String relativeXpath, Object... arguments)XMLTagXMLDoc. forEach(String xpath, CallBack callBack)XMLTagXMLTag. forEach(CallBack callBack, String relativeXpath, Object... arguments)Execute an action for each selected tags from the current node.XMLTagXMLTag. forEach(String xpath, CallBack callBack)XMLTagXMLDoc. forEachChild(CallBack callBack)XMLTagXMLTag. forEachChild(CallBack callBack)Execute an action for each child in the current node.
-