Пример #1
0
 public void AddDepth(SchemaLong newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "Depth", newValue.ToString());
 }
Пример #2
0
 public void ReplaceDepthAt(SchemaLong newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "Depth", index, newValue.ToString());
 }
Пример #3
0
 public void InsertPriorityAt(SchemaLong newValue, int index)
 {
     InsertDomChildAt(NodeType.Element, "", "Priority", index, newValue.ToString());
 }
Пример #4
0
 public void ReplacePriorityAt(SchemaLong newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "Priority", index, newValue.ToString());
 }
Пример #5
0
 public void ReplaceHoursAt(SchemaLong newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "Hours", index, newValue.ToString());
 }
Пример #6
0
 public void AddPriority(SchemaLong newValue)
 {
     AppendDomChild(NodeType.Element, "", "Priority", newValue.ToString());
 }
Пример #7
0
 public void AddHours(SchemaLong newValue)
 {
     AppendDomChild(NodeType.Element, "", "Hours", newValue.ToString());
 }
Пример #8
0
 public void InsertHoursAt(SchemaLong newValue, int index)
 {
     InsertDomChildAt(NodeType.Element, "", "Hours", index, newValue.ToString());
 }
Пример #9
0
 public void Addheight(SchemaLong newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "height", newValue.ToString());
 }
Пример #10
0
 public void InsertheightAt(SchemaLong newValue, int index)
 {
     InsertDomChildAt(NodeType.Attribute, "", "height", index, newValue.ToString());
 }
Пример #11
0
 public void InsertIntegerAt(SchemaLong newValue, int index)
 {
     InsertDomChildAt(NodeType.Element, "", "Integer", index, newValue.ToString());
 }
Пример #12
0
 public void AddInteger(SchemaLong newValue)
 {
     AppendDomChild(NodeType.Element, "", "Integer", newValue.ToString());
 }
Пример #13
0
 public void ReplaceMaxHeightAt(SchemaLong newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "http://www.opengis.net/wms", "MaxHeight", index, newValue.ToString());
 }
Пример #14
0
 public void AddMaxHeight(SchemaLong newValue)
 {
     AppendDomChild(NodeType.Element, "http://www.opengis.net/wms", "MaxHeight", newValue.ToString());
 }
Пример #15
0
 public void InsertMaxWidthAt(SchemaLong newValue, int index)
 {
     InsertDomChildAt(NodeType.Element, "http://www.opengis.net/wms", "MaxWidth", index, newValue.ToString());
 }