示例#1
0
 public void AddNodeWithNamespaceAndValue(TypedXmlDocument document, string xpath, string nodeName, string nodeNamespace, string value)
 {
     XmlHelper.AddNodeWithValue(document, xpath, nodeName, nodeNamespace, value);
 }