Ejemplo n.º 1
0
 public void InsertfavouriteserverurlAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "favouriteserverurl", index, newValue.ToString());
 }
Ejemplo n.º 2
0
 public void InsertNameAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "Name", index, newValue.ToString());
 }
Ejemplo n.º 3
0
 public XmlNode AddClickableUrl(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "ClickableUrl", newValue.ToString());
     return null;
 }
Ejemplo n.º 4
0
 public XmlNode AddFamily(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "Family", newValue.ToString());
     return null;
 }
Ejemplo n.º 5
0
 public void InsertpathAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "path", index, newValue.ToString());
 }
Ejemplo n.º 6
0
 public XmlNode AddFormat(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "http://www.opengis.net/wms", "Format", newValue.ToString());
     return null;
 }
Ejemplo n.º 7
0
 public XmlNode Addcapabilitiesurl(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "capabilitiesurl", newValue.ToString());
     return null;
 }
Ejemplo n.º 8
0
 public XmlNode AddPermanentDirectory(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "PermanentDirectory", newValue.ToString());
     return null;
 }
Ejemplo n.º 9
0
 public void Addurl(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         AppendDomChild(NodeType.Attribute, "", "url", newValue.ToString());
 }
Ejemplo n.º 10
0
 public void InsertPermanentDirectoryAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "PermanentDirectory", index, newValue.ToString());
 }
Ejemplo n.º 11
0
 public XmlNode AddImageFileExtension(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "ImageFileExtension", newValue.ToString());
     return null;
 }
Ejemplo n.º 12
0
 public void InsertImageFileExtensionAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "ImageFileExtension", index, newValue.ToString());
 }
Ejemplo n.º 13
0
 public void Insertxmlns_xlinkAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "xmlns:xlink", index, newValue.ToString());
 }
Ejemplo n.º 14
0
 public XmlNode Addxmlns_xlink(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "xmlns:xlink", newValue.ToString());
     return null;
 }
Ejemplo n.º 15
0
 public void InsertupdateSequenceAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "updateSequence", index, newValue.ToString());
 }
Ejemplo n.º 16
0
 public void InsertimageextensionAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "imageextension", index, newValue.ToString());
 }
Ejemplo n.º 17
0
 public XmlNode AddWinColorName(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "WinColorName", newValue.ToString());
     return null;
 }
Ejemplo n.º 18
0
 public XmlNode Addimageextension(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "imageextension", newValue.ToString());
     return null;
 }
Ejemplo n.º 19
0
 public void InsertFormatAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "http://www.opengis.net/wms", "Format", index, newValue.ToString());
 }
Ejemplo n.º 20
0
 public XmlNode AddContactElectronicMailAddress(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "http://www.opengis.net/wms", "ContactElectronicMailAddress", newValue.ToString());
     return null;
 }
Ejemplo n.º 21
0
 public void InsertcapabilitiesurlAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "capabilitiesurl", index, newValue.ToString());
 }
Ejemplo n.º 22
0
 public XmlNode AddContactVoiceTelephone(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "http://www.opengis.net/wms", "ContactVoiceTelephone", newValue.ToString());
     return null;
 }
Ejemplo n.º 23
0
 public XmlNode Addpath(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "path", newValue.ToString());
     return null;
 }
Ejemplo n.º 24
0
 public void InsertContactElectronicMailAddressAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "http://www.opengis.net/wms", "ContactElectronicMailAddress", index, newValue.ToString());
 }
Ejemplo n.º 25
0
 public XmlNode AddTextureFilePath(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "TextureFilePath", newValue.ToString());
     return null;
 }
Ejemplo n.º 26
0
 public void InsertContactVoiceTelephoneAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "http://www.opengis.net/wms", "ContactVoiceTelephone", index, newValue.ToString());
 }
Ejemplo n.º 27
0
 public void InsertTextureFilePathAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "TextureFilePath", index, newValue.ToString());
 }
Ejemplo n.º 28
0
 public XmlNode AddupdateSequence(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "updateSequence", newValue.ToString());
     return null;
 }
Ejemplo n.º 29
0
 public XmlNode AddDescription(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "Description", newValue.ToString());
     return null;
 }
Ejemplo n.º 30
0
 public XmlNode Addfavouriteserverurl(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "favouriteserverurl", newValue.ToString());
     return null;
 }