public void ReplaceIdentifierAt(IdentifierType newValue, int index) { ReplaceDomElementAt("", "Identifier", index, newValue); }
public void InsertIdentifierAt(IdentifierType newValue, int index) { InsertDomElementAt("", "Identifier", index, newValue); }
public authorityEnumerator(IdentifierType par) { parent = par; nIndex = -1; }
public XmlNode AddIdentifier(IdentifierType newValue) { return AppendDomElement("", "Identifier", newValue); }