Beispiel #1
0
		public void AddIsUnderlined(SchemaBoolean newValue)
		{
			AppendDomChild(NodeType.Element, "", "IsUnderlined", newValue.ToString());
		}
Beispiel #2
0
 public void ReplaceenabledAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "enabled", index, newValue.ToString());
 }
Beispiel #3
0
 public void InsertShowAtStartupAt(SchemaBoolean newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "ShowAtStartup", index, newValue.ToString());
 }
Beispiel #4
0
 public void InsertIsUnderlinedAt(SchemaBoolean newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "IsUnderlined", index, newValue.ToString());
 }
Beispiel #5
0
 public XmlNode Addenabled(SchemaBoolean newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "enabled", newValue.ToString());
     return null;
 }
Beispiel #6
0
 public void ReplaceRenderStrutsAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "RenderStruts", index, newValue.ToString());
 }
Beispiel #7
0
		public void AddShowAtStartup(SchemaBoolean newValue)
		{
			AppendDomChild(NodeType.Attribute, "", "ShowAtStartup", newValue.ToString());
		}
Beispiel #8
0
		public void AddnoSubsets(SchemaBoolean newValue)
		{
			AppendDomChild(NodeType.Attribute, "", "noSubsets", newValue.ToString());
		}
Beispiel #9
0
		public void ReplacenoSubsetsAt(SchemaBoolean newValue, int index)
		{
			ReplaceDomChildAt(NodeType.Attribute, "", "noSubsets", index, newValue.ToString());
		}
Beispiel #10
0
		public void Addopaque(SchemaBoolean newValue)
		{
			AppendDomChild(NodeType.Attribute, "", "opaque", newValue.ToString());
		}
Beispiel #11
0
		public void InsertopaqueAt(SchemaBoolean newValue, int index)
		{
			InsertDomChildAt(NodeType.Attribute, "", "opaque", index, newValue.ToString());
		}
		public void AddTerrainMapped(SchemaBoolean newValue)
		{
			AppendDomChild(NodeType.Element, "", "TerrainMapped", newValue.ToString());
		}
Beispiel #13
0
		public void InsertIsStrikeoutAt(SchemaBoolean newValue, int index)
		{
			InsertDomChildAt(NodeType.Element, "", "IsStrikeout", index, newValue.ToString());
		}
Beispiel #14
0
		public void AddIsStrikeout(SchemaBoolean newValue)
		{
			AppendDomChild(NodeType.Element, "", "IsStrikeout", newValue.ToString());
		}
Beispiel #15
0
 public XmlNode AddShowScalarValues(SchemaBoolean newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "ShowScalarValues", newValue.ToString());
     return null;
 }
Beispiel #16
0
 public void ReplaceShowOnlyOneLayerAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "ShowOnlyOneLayer", index, newValue.ToString());
 }
Beispiel #17
0
 public SchemaBoolean(SchemaBoolean obj)
 {
     myValue = obj.Value;
     isEmpty = obj.isEmpty;
     isNull = obj.isNull;
 }
		public void InsertShowBoundariesAt(SchemaBoolean newValue, int index)
		{
			InsertDomChildAt(NodeType.Element, "", "ShowBoundaries", index, newValue.ToString());
		}
Beispiel #19
0
 public void ReplaceTerrainMappedAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "TerrainMapped", index, newValue.ToString());
 }
		public void AddShowFilledRegions(SchemaBoolean newValue)
		{
			AppendDomChild(NodeType.Element, "", "ShowFilledRegions", newValue.ToString());
		}
Beispiel #21
0
 public XmlNode AddIsUnderlined(SchemaBoolean newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "IsUnderlined", newValue.ToString());
     return null;
 }
		public void InsertShowFilledRegionsAt(SchemaBoolean newValue, int index)
		{
			InsertDomChildAt(NodeType.Element, "", "ShowFilledRegions", index, newValue.ToString());
		}
Beispiel #23
0
 public void ReplaceIsUnderlinedAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "IsUnderlined", index, newValue.ToString());
 }
		public void AddShowScalarValues(SchemaBoolean newValue)
		{
			AppendDomChild(NodeType.Element, "", "ShowScalarValues", newValue.ToString());
		}
Beispiel #25
0
 public void InsertenabledAt(SchemaBoolean newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "enabled", index, newValue.ToString());
 }
Beispiel #26
0
 public void InsertShowScalarValuesAt(SchemaBoolean newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "ShowScalarValues", index, newValue.ToString());
 }
Beispiel #27
0
 public XmlNode AddShowAtStartup(SchemaBoolean newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "ShowAtStartup", newValue.ToString());
     return null;
 }
Beispiel #28
0
 public void ReplaceShowScalarValuesAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "ShowScalarValues", index, newValue.ToString());
 }
Beispiel #29
0
 public void ReplaceShowAtStartupAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "ShowAtStartup", index, newValue.ToString());
 }
		public void ReplaceUseTransparencyAt(SchemaBoolean newValue, int index)
		{
			ReplaceDomChildAt(NodeType.Element, "", "UseTransparency", index, newValue.ToString());
		}