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