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