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