コード例 #1
0
 public void AddProcessingInstruction(SchemaString name, SchemaString newValue)
 {
     AppendDomChild(NodeType.ProcessingInstruction , "", name.ToString(), newValue.ToString());
 }
コード例 #2
0
ファイル: Type_Icon.cs プロジェクト: paladin74/Dapple
 public void ReplaceNameAt(SchemaString newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "Name", index, newValue.ToString());
 }
コード例 #3
0
ファイル: Type_Icon.cs プロジェクト: paladin74/Dapple
 public XmlNode AddClickableUrl(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "ClickableUrl", newValue.ToString());
     return null;
 }
コード例 #4
0
ファイル: Type_Icon.cs プロジェクト: paladin74/Dapple
 public void InsertNameAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "Name", index, newValue.ToString());
 }
コード例 #5
0
ファイル: Type_Icon.cs プロジェクト: paladin74/Dapple
 public void ReplaceClickableUrlAt(SchemaString newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "ClickableUrl", index, newValue.ToString());
 }
コード例 #6
0
 public XmlNode Addpath(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "path", newValue.ToString());
     return null;
 }
コード例 #7
0
 public void ReplacepathAt(SchemaString newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "path", index, newValue.ToString());
 }
コード例 #8
0
ファイル: WorldType.cs プロジェクト: jpespartero/WorldWind
		public void InsertNameAt(SchemaString newValue, int index)
		{
			InsertDomChildAt(NodeType.Attribute, "", "Name", index, newValue.ToString());
		}
コード例 #9
0
ファイル: WorldType.cs プロジェクト: jpespartero/WorldWind
		public void AddLayerDirectory(SchemaString newValue)
		{
			AppendDomChild(NodeType.Attribute, "", "LayerDirectory", newValue.ToString());
		}
コード例 #10
0
		public void ReplaceunitSymbolAt(SchemaString newValue, int index)
		{
			ReplaceDomChildAt(NodeType.Attribute, "", "unitSymbol", index, newValue.ToString());
		}
コード例 #11
0
ファイル: WorldType.cs プロジェクト: jpespartero/WorldWind
		public void AddName(SchemaString newValue)
		{
			AppendDomChild(NodeType.Attribute, "", "Name", newValue.ToString());
		}
コード例 #12
0
		public void InsertunitSymbolAt(SchemaString newValue, int index)
		{
			InsertDomChildAt(NodeType.Attribute, "", "unitSymbol", index, newValue.ToString());
		}
コード例 #13
0
		public void AddunitSymbol(SchemaString newValue)
		{
			AppendDomChild(NodeType.Attribute, "", "unitSymbol", newValue.ToString());
		}
コード例 #14
0
 public void AddTextNode(SchemaString newValue)
 {
     AppendDomChild(NodeType.Text, "", "", newValue.ToString());
 }
コード例 #15
0
ファイル: LayerType.cs プロジェクト: paladin74/Dapple
 public void ReplacefixedHeightAt(SchemaString newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "fixedHeight", index, newValue.ToString());
 }
コード例 #16
0
ファイル: WorldType.cs プロジェクト: jpespartero/WorldWind
		public void ReplaceLayerDirectoryAt(SchemaString newValue, int index)
		{
			ReplaceDomChildAt(NodeType.Attribute, "", "LayerDirectory", index, newValue.ToString());
		}
コード例 #17
0
ファイル: Type_DisplayFont.cs プロジェクト: paladin74/Dapple
 public XmlNode AddFamily(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "Family", newValue.ToString());
     return null;
 }
コード例 #18
0
		public void AddOr(SchemaString newValue)
		{
			AppendDomChild(NodeType.Element, "", "Or", newValue.ToString());
		}
コード例 #19
0
 public void InsertpathAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "path", index, newValue.ToString());
 }
コード例 #20
0
		public void AddKeyword(SchemaString newValue)
		{
			AppendDomChild(NodeType.Element, "", "Keyword", newValue.ToString());
		}
コード例 #21
0
ファイル: Type_Icon.cs プロジェクト: paladin74/Dapple
 public XmlNode AddTextureFilePath(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "TextureFilePath", newValue.ToString());
     return null;
 }
コード例 #22
0
		public void InsertKeywordAt(SchemaString newValue, int index)
		{
			InsertDomChildAt(NodeType.Element, "", "Keyword", index, newValue.ToString());
		}
コード例 #23
0
ファイル: Type_Icon.cs プロジェクト: paladin74/Dapple
 public void InsertTextureFilePathAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "TextureFilePath", index, newValue.ToString());
 }
コード例 #24
0
ファイル: arcimscatalogType.cs プロジェクト: paladin74/Dapple
 public XmlNode Addcapabilitiesurl(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "capabilitiesurl", newValue.ToString());
     return null;
 }
コード例 #25
0
ファイル: Type_Icon.cs プロジェクト: paladin74/Dapple
 public void ReplaceDescriptionAt(SchemaString newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "Description", index, newValue.ToString());
 }
コード例 #26
0
ファイル: arcimscatalogType.cs プロジェクト: paladin74/Dapple
 public void InsertcapabilitiesurlAt(SchemaString newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "capabilitiesurl", index, newValue.ToString());
 }
コード例 #27
0
ファイル: Type_Icon.cs プロジェクト: paladin74/Dapple
 public void ReplaceTextureFilePathAt(SchemaString newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "TextureFilePath", index, newValue.ToString());
 }
コード例 #28
0
ファイル: arcimscatalogType.cs プロジェクト: paladin74/Dapple
 public void ReplacecapabilitiesurlAt(SchemaString newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "capabilitiesurl", index, newValue.ToString());
 }
コード例 #29
0
ファイル: Type_Icon.cs プロジェクト: paladin74/Dapple
 public XmlNode AddDescription(SchemaString newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "Description", newValue.ToString());
     return null;
 }
コード例 #30
0
 public void AddComment(SchemaString newValue)
 {
     AppendDomChild(NodeType.Comment, "", "", newValue.ToString());
 }