2003-03-23 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / class / System.XML / System.Xml / WhitespaceHandling.cs
index b99aff9cd583b9851aac025ddb280c8fc34a747f..8e9962b367e0299e75f25bc05d3bdd8d89601ff8 100644 (file)
@@ -1,40 +1,33 @@
-// WhitespaceHandling.cs\r
-//\r
-// This code was automatically generated from\r
-// ECMA CLI XML Library Specification.\r
-// Generator: libgen.xsl\r
-// Source file: AllTypes.xml\r
-// URL: http://msdn.microsoft.com/net/ecma/AllTypes.xml\r
-//\r
-// (C) 2001 Ximian, Inc.  http://www.ximian.com\r
-\r
-\r
-namespace System.Xml {\r
-\r
-\r
-       /// <summary>\r
-       /// <para> Specifies the type of white space returned by instances of \r
-       ///       the <see cref="T:System.Xml.XmlTextReader" /> class.\r
-       ///       </para>\r
-       /// </summary>\r
-       /// <remarks>\r
-       /// <para>Significant white space is white space between markup in \r
-       ///       a mixed content model, or white space within an element that has the xml:space =\r
-       ///       "preserve" attribute. Insignificant\r
-       ///       white space is any other white space between markup.</para>\r
-       /// </remarks>\r
-       public enum WhitespaceHandling {\r
-\r
-               /// <summary><para>Return both significant and insignificant white space. This is the default. </para></summary>\r
-               All = 0,\r
-\r
-               /// <summary><para> Return significant white space only.\r
-               ///       </para></summary>\r
-               Significant = 1,\r
-\r
-               /// <summary><para>Return neither significant nor insignificant white\r
-               ///       space.</para></summary>\r
-               None = 2,\r
-       } // WhitespaceHandling\r
-\r
-} // System.Xml\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