Fix a big in Close () method - close the underlying stream.
[mono.git] / mcs / class / System.XML / System.Xml / ReadState.cs
index 53940d8921d7ec793062ef581bba77a5e6a6195f..6675af3990f3ca28d23adaca7767a4a60be860e3 100644 (file)
@@ -1,42 +1,41 @@
-// ReadState.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 state of an instance of a class derived \r
-       ///       from the <see cref="T:System.Xml.XmlReader" /> class.</para>\r
-       /// </summary>\r
-       public enum ReadState {\r
-\r
-               /// <summary><para>The <see cref="M:System.Xml.XmlReader.Read" /> method has not been called.</para></summary>\r
-               Initial = 0,\r
-\r
-               /// <summary><para>The <see cref="M:System.Xml.XmlReader.Read" /> method\r
-               ///    has been called. Additional methods may be called on the reader.</para></summary>\r
-               Interactive = 1,\r
-\r
-               /// <summary>\r
-               ///     An error occurred that prevents the\r
-               ///     read operation from continuing.\r
-               ///  </summary>\r
-               Error = 2,\r
-\r
-               /// <summary><para> The end of the file has been\r
-               ///       reached.</para></summary>\r
-               EndOfFile = 3,\r
-\r
-               /// <summary><para>The <see cref="M:System.Xml.XmlReader.Close" /> method has been called.</para></summary>\r
-               Closed = 4,\r
-       } // ReadState\r
-\r
-} // System.Xml\r
+// ReadState.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:27 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 ReadState {
+
+               /// <summary>
+               /// </summary>
+               Initial = 0,
+
+               /// <summary>
+               /// </summary>
+               Interactive = 1,
+
+               /// <summary>
+               /// </summary>
+               Error = 2,
+
+               /// <summary>
+               /// </summary>
+               EndOfFile = 3,
+
+               /// <summary>
+               /// </summary>
+               Closed = 4,
+       } // ReadState
+
+} // System.Xml