Beispiel #1
0
 public void ReplacecatalogAt(catalogType newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "catalog", index, newValue.ToString());
 }
Beispiel #2
0
 public void Addcatalog(catalogType newValue)
 {
     AppendDomChild(NodeType.Element, "http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "catalog", newValue.ToString());
 }