Esempio n. 1
0
 public void InsertSRSAt(SRSType newValue, int index)
 {
     InsertDomElementAt("", "SRS", index, newValue);
 }
Esempio n. 2
0
 public void ReplaceSRSAt(SRSType newValue, int index)
 {
     ReplaceDomElementAt("", "SRS", index, newValue);
 }
Esempio n. 3
0
 public XmlNode AddSRS(SRSType newValue)
 {
     return AppendDomElement("", "SRS", newValue);
 }