Searched refs:xpath (Results 1 – 1 of 1) sorted by relevance
821 internal static void UpdateNodeValueByPath(string file_name, string xpath, string new_value) in UpdateNodeValueByPath() argument824 …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()