public void ReplaceschemaAt(schemaType newValue, int index) { ReplaceDomChildAt(NodeType.Element, "http://www.imsproject.org/xsd/imscp_rootv1p1p2", "schema", index, newValue.ToString()); }
public void Addschema(schemaType newValue) { AppendDomChild(NodeType.Element, "http://www.imsproject.org/xsd/imscp_rootv1p1p2", "schema", newValue.ToString()); }