Example #1
0
		public void AddIsUnderlined(SchemaBoolean newValue)
		{
			AppendDomChild(NodeType.Element, "", "IsUnderlined", newValue.ToString());
		}
Example #2
0
 public void ReplaceenabledAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "enabled", index, newValue.ToString());
 }
Example #3
0
 public void InsertShowAtStartupAt(SchemaBoolean newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "ShowAtStartup", index, newValue.ToString());
 }
Example #4
0
 public void InsertIsUnderlinedAt(SchemaBoolean newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "IsUnderlined", index, newValue.ToString());
 }
Example #5
0
 public XmlNode Addenabled(SchemaBoolean newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "enabled", newValue.ToString());
     return null;
 }
Example #6
0
 public void ReplaceRenderStrutsAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "RenderStruts", index, newValue.ToString());
 }
Example #7
0
		public void AddShowAtStartup(SchemaBoolean newValue)
		{
			AppendDomChild(NodeType.Attribute, "", "ShowAtStartup", newValue.ToString());
		}
Example #8
0
		public void AddnoSubsets(SchemaBoolean newValue)
		{
			AppendDomChild(NodeType.Attribute, "", "noSubsets", newValue.ToString());
		}
Example #9
0
		public void ReplacenoSubsetsAt(SchemaBoolean newValue, int index)
		{
			ReplaceDomChildAt(NodeType.Attribute, "", "noSubsets", index, newValue.ToString());
		}
Example #10
0
		public void Addopaque(SchemaBoolean newValue)
		{
			AppendDomChild(NodeType.Attribute, "", "opaque", newValue.ToString());
		}
Example #11
0
		public void InsertopaqueAt(SchemaBoolean newValue, int index)
		{
			InsertDomChildAt(NodeType.Attribute, "", "opaque", index, newValue.ToString());
		}
Example #12
0
		public void AddTerrainMapped(SchemaBoolean newValue)
		{
			AppendDomChild(NodeType.Element, "", "TerrainMapped", newValue.ToString());
		}
Example #13
0
		public void InsertIsStrikeoutAt(SchemaBoolean newValue, int index)
		{
			InsertDomChildAt(NodeType.Element, "", "IsStrikeout", index, newValue.ToString());
		}
Example #14
0
		public void AddIsStrikeout(SchemaBoolean newValue)
		{
			AppendDomChild(NodeType.Element, "", "IsStrikeout", newValue.ToString());
		}
Example #15
0
 public XmlNode AddShowScalarValues(SchemaBoolean newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "ShowScalarValues", newValue.ToString());
     return null;
 }
Example #16
0
 public void ReplaceShowOnlyOneLayerAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "ShowOnlyOneLayer", index, newValue.ToString());
 }
Example #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());
		}
Example #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());
		}
Example #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());
		}
Example #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());
		}
Example #25
0
 public void InsertenabledAt(SchemaBoolean newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "enabled", index, newValue.ToString());
 }
Example #26
0
 public void InsertShowScalarValuesAt(SchemaBoolean newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "ShowScalarValues", index, newValue.ToString());
 }
Example #27
0
 public XmlNode AddShowAtStartup(SchemaBoolean newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "ShowAtStartup", newValue.ToString());
     return null;
 }
Example #28
0
 public void ReplaceShowScalarValuesAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "ShowScalarValues", index, newValue.ToString());
 }
Example #29
0
 public void ReplaceShowAtStartupAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "ShowAtStartup", index, newValue.ToString());
 }
Example #30
0
		public void ReplaceUseTransparencyAt(SchemaBoolean newValue, int index)
		{
			ReplaceDomChildAt(NodeType.Element, "", "UseTransparency", index, newValue.ToString());
		}