Mono.Xml.DTDValidatingReader.AttributeSlot.Clear C# (CSharp) Method

Clear() public method

public Clear ( ) : void
return void
			public void Clear ()
			{
				Prefix = String.Empty;
				LocalName = String.Empty;
				NS = String.Empty;
				Value = String.Empty;
				IsDefault = false;
			}
		}
DTDValidatingReader.AttributeSlot