2003-03-23 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / class / System.XML / System.Xml / WhitespaceHandling.cs
index 895bf8b2fb5b6d52690fb3e36683e7a84610b60c..8e9962b367e0299e75f25bc05d3bdd8d89601ff8 100644 (file)
@@ -1,19 +1,33 @@
-// -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-\r
-//\r
-// System.Xml.WhitespaceHandling.cs\r
-//\r
-// Author:\r
-//   Jason Diamond (jason@injektilo.org)\r
-//\r
-// (C) 2001 Jason Diamond  http://injektilo.org/\r
-//\r
-\r
-namespace System.Xml\r
-{\r
-       public enum WhitespaceHandling\r
-       {\r
-               All,\r
-               None,\r
-               Signifigant\r
-       }\r
-}\r
+// WhitespaceHandling.cs
+//
+// This code was automatically generated from
+// ECMA CLI XML Library Specification.
+// Generator: libgen.xsl [1.0; (C) Sergey Chaban (serge@wildwestsoftware.com)]
+// Created: Wed, 5 Sep 2001 06:31:33 UTC
+// Source file: AllTypes.xml
+// URL: http://msdn.microsoft.com/net/ecma/AllTypes.xml
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+
+
+namespace System.Xml {
+
+
+       /// <summary>
+       /// </summary>
+       public enum WhitespaceHandling {
+
+               /// <summary>
+               /// </summary>
+               All = 0,
+
+               /// <summary>
+               /// </summary>
+               Significant = 1,
+
+               /// <summary>
+               /// </summary>
+               None = 2,
+       } // WhitespaceHandling
+
+} // System.Xml