Esempio n. 1
0
 public void ReplaceIdentifierAt(IdentifierType newValue, int index)
 {
     ReplaceDomElementAt("", "Identifier", index, newValue);
 }
Esempio n. 2
0
 public void InsertIdentifierAt(IdentifierType newValue, int index)
 {
     InsertDomElementAt("", "Identifier", index, newValue);
 }
Esempio n. 3
0
 public authorityEnumerator(IdentifierType par)
 {
     parent = par;
     nIndex = -1;
 }
Esempio n. 4
0
 public XmlNode AddIdentifier(IdentifierType newValue)
 {
     return AppendDomElement("", "Identifier", newValue);
 }
Esempio n. 5
0
 public authorityEnumerator(IdentifierType par)
 {
     parent = par;
     nIndex = -1;
 }