Beispiel #1
0
 public void ReplacebuilderentryAt(builderentryType newValue, int index)
 {
     ReplaceDomElementAt("", "builderentry", index, newValue);
 }
Beispiel #2
0
 public XmlNode Addbuilderentry(builderentryType newValue)
 {
     return AppendDomElement("", "builderentry", newValue);
 }
Beispiel #3
0
 public void InsertbuilderentryAt(builderentryType newValue, int index)
 {
     InsertDomElementAt("", "builderentry", index, newValue);
 }
Beispiel #4
0
 public wmscatalogEnumerator(builderentryType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #5
0
 public localfilesystemEnumerator(builderentryType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #6
0
 public virtualearthEnumerator(builderentryType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #7
0
 public builderdirectoryEnumerator(builderentryType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #8
0
 public void ReplacebuilderentryAt(builderentryType newValue, int index)
 {
     ReplaceDomElementAt("", "builderentry", index, newValue);
 }
Beispiel #9
0
 public tileserversetEnumerator(builderentryType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #10
0
 public XmlNode Addbuilderentry(builderentryType newValue)
 {
     return(AppendDomElement("", "builderentry", newValue));
 }
Beispiel #11
0
 public void InsertbuilderentryAt(builderentryType newValue, int index)
 {
     InsertDomElementAt("", "builderentry", index, newValue);
 }
Beispiel #12
0
 public wmscatalogEnumerator(builderentryType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #13
0
 public virtualearthEnumerator(builderentryType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #14
0
 public tileserversetEnumerator(builderentryType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #15
0
 public localfilesystemEnumerator(builderentryType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #16
0
 public builderdirectoryEnumerator(builderentryType par)
 {
     parent = par;
     nIndex = -1;
 }