コード例 #1
0
 public void ReplaceformatAt(formatType newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "format", index, newValue.ToString());
 }
コード例 #2
0
 public void Addformat(formatType newValue)
 {
     AppendDomChild(NodeType.Element, "http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "format", newValue.ToString());
 }