public void Additem(itemType newValue)
 {
     AppendDomElement("http://www.imsproject.org/xsd/imscp_rootv1p1p2", "item", newValue);
 }
 public void ReplaceitemAt(itemType newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsproject.org/xsd/imscp_rootv1p1p2", "item", index, newValue);
 }
Example #3
0
 public titleEnumerator(itemType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #4
0
 public parametersEnumerator(itemType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #5
0
 public isvisibleEnumerator(itemType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #6
0
 public identifierrefEnumerator(itemType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #7
0
 public metadataEnumerator(itemType par)
 {
     parent = par;
     nIndex = -1;
 }