Exemple #1
0
 public void InsertfavouriteserverurlAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "favouriteserverurl", index, newValue.ToString());
 }
Exemple #2
0
 public void InsertNameAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "Name", index, newValue.ToString());
 }
Exemple #3
0
 public XmlNode AddClickableUrl(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "ClickableUrl", newValue.ToString());
     return null;
 }
Exemple #4
0
 public XmlNode AddFamily(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "Family", newValue.ToString());
     return null;
 }
 public void InsertpathAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "path", index, newValue.ToString());
 }
Exemple #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;
 }
 public XmlNode Addcapabilitiesurl(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "capabilitiesurl", newValue.ToString());
     return null;
 }
 public XmlNode AddPermanentDirectory(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "PermanentDirectory", newValue.ToString());
     return null;
 }
Exemple #9
0
 public void Addurl(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         AppendDomChild(NodeType.Attribute, "", "url", newValue.ToString());
 }
 public void InsertPermanentDirectoryAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "PermanentDirectory", index, newValue.ToString());
 }
 public XmlNode AddImageFileExtension(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "ImageFileExtension", newValue.ToString());
     return null;
 }
 public void InsertImageFileExtensionAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "ImageFileExtension", index, newValue.ToString());
 }
 public void Insertxmlns_xlinkAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "xmlns:xlink", index, newValue.ToString());
 }
 public XmlNode Addxmlns_xlink(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "xmlns:xlink", newValue.ToString());
     return null;
 }
 public void InsertupdateSequenceAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "updateSequence", index, newValue.ToString());
 }
Exemple #16
0
 public void InsertimageextensionAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "imageextension", index, newValue.ToString());
 }
 public XmlNode AddWinColorName(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "WinColorName", newValue.ToString());
     return null;
 }
Exemple #18
0
 public XmlNode Addimageextension(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "imageextension", newValue.ToString());
     return null;
 }
Exemple #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());
 }
 public XmlNode AddContactElectronicMailAddress(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "http://www.opengis.net/wms", "ContactElectronicMailAddress", newValue.ToString());
     return null;
 }
Exemple #21
0
 public void InsertcapabilitiesurlAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "capabilitiesurl", index, newValue.ToString());
 }
 public XmlNode AddContactVoiceTelephone(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "http://www.opengis.net/wms", "ContactVoiceTelephone", newValue.ToString());
     return null;
 }
 public XmlNode Addpath(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "path", newValue.ToString());
     return null;
 }
 public void InsertContactElectronicMailAddressAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "http://www.opengis.net/wms", "ContactElectronicMailAddress", index, newValue.ToString());
 }
Exemple #25
0
 public XmlNode AddTextureFilePath(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "TextureFilePath", newValue.ToString());
     return null;
 }
 public void InsertContactVoiceTelephoneAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "http://www.opengis.net/wms", "ContactVoiceTelephone", index, newValue.ToString());
 }
Exemple #27
0
 public void InsertTextureFilePathAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "TextureFilePath", index, newValue.ToString());
 }
 public XmlNode AddupdateSequence(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "updateSequence", newValue.ToString());
     return null;
 }
Exemple #29
0
 public XmlNode AddDescription(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "Description", newValue.ToString());
     return null;
 }
Exemple #30
0
 public XmlNode Addfavouriteserverurl(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "favouriteserverurl", newValue.ToString());
     return null;
 }