예제 #1
0
 public static XmlNode CreateWarningNode(XmlDocument doc)
 {
     return(SoapUtil.CreateNode(doc, "Warnings"));
 }