Home
last modified time | relevance | path

Searched refs:xpath (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DTools.cs821 internal static void UpdateNodeValueByPath(string file_name, string xpath, string new_value) in UpdateNodeValueByPath() argument
824 …ne("UpdateNodeValueByPath called. file_name=" + file_name + ", xpath=" + xpath + ", new_value=" +… in UpdateNodeValueByPath()
832 XmlNode target = document.SelectSingleNode(xpath); in UpdateNodeValueByPath()
836 …cafex xmlhandler UpdateNodeValueByPath failed: Node specified by path " + xpath + " does not exist… in UpdateNodeValueByPath()
851 …Log.WriteLine("UpdateNodeValueByPath: file=" + file_name + ", xpath=" + xpath + ", new_value=" + … in UpdateNodeValueByPath()
872 …NodeValueByPath contained an invalid xpath parameter! xpath={0}\nNode will not be updated!",xpath); in UpdateNodeValueByPath()