Home
last modified time | relevance | path

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

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