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