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 XMLTag
XMLDoc. forEach(CallBack callBack, String relativeXpath, Object... arguments)
XMLTag
XMLDoc. forEach(String xpath, CallBack callBack)
XMLTag
XMLTag. forEach(CallBack callBack, String relativeXpath, Object... arguments)
Execute an action for each selected tags from the current node.XMLTag
XMLTag. forEach(String xpath, CallBack callBack)
XMLTag
XMLDoc. forEachChild(CallBack callBack)
XMLTag
XMLTag. forEachChild(CallBack callBack)
Execute an action for each child in the current node.
-