public void ReplacedatasetAt(datasetType newValue, int index) { ReplaceDomElementAt("", "dataset", index, newValue); }
public XmlNode Adddataset(datasetType newValue) { return(AppendDomElement("", "dataset", newValue)); }
public void InsertdatasetAt(datasetType newValue, int index) { InsertDomElementAt("", "dataset", index, newValue); }
public invisibleEnumerator(datasetType par) { parent = par; nIndex = -1; }
public nameEnumerator(datasetType par) { parent = par; nIndex = -1; }
public opacityEnumerator(datasetType par) { parent = par; nIndex = -1; }
public hierarchyEnumerator(datasetType par) { parent = par; nIndex = -1; }
public uriEnumerator(datasetType par) { parent = par; nIndex = -1; }
public XmlNode Adddataset(datasetType newValue) { return AppendDomElement("", "dataset", newValue); }