예제 #1
0
 public void ReplacelocationAt(locationType newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "location", index, newValue);
 }
예제 #2
0
 public type2Enumerator(locationType par)
 {
     parent = par;
     nIndex = -1;
 }
예제 #3
0
 public void Addlocation(locationType newValue)
 {
     AppendDomElement("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "location", newValue);
 }