public urlEnumerator(tileserverType par) { parent = par; nIndex = -1; }
public activelayersEnumerator(tileserverType par) { parent = par; nIndex = -1; }
public availablelayersEnumerator(tileserverType par) { parent = par; nIndex = -1; }
public void ReplacetileserverAt(tileserverType newValue, int index) { ReplaceDomElementAt("", "tileserver", index, newValue); }
public void InserttileserverAt(tileserverType newValue, int index) { InsertDomElementAt("", "tileserver", index, newValue); }
public void Addtileserver(tileserverType newValue) { AppendDomElement("", "tileserver", newValue); }