Esempio n. 1
0
 public void InsertidentifierrefAt(identifierrefType2 newValue, int index)
 {
     InsertDomChildAt(NodeType.Attribute, "", "identifierref", index, newValue.ToString());
 }
Esempio n. 2
0
 public void ReplaceidentifierrefAt(identifierrefType2 newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "identifierref", index, newValue.ToString());
 }
Esempio n. 3
0
 public void Addidentifierref(identifierrefType2 newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "identifierref", newValue.ToString());
 }