2002-12-24 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / class / System.XML / System.Xml / WhitespaceHandling.cs
1 // WhitespaceHandling.cs
2 //
3 // This code was automatically generated from
4 // ECMA CLI XML Library Specification.
5 // Generator: libgen.xsl [1.0; (C) Sergey Chaban (serge@wildwestsoftware.com)]
6 // Created: Wed, 5 Sep 2001 06:31:33 UTC
7 // Source file: AllTypes.xml
8 // URL: http://msdn.microsoft.com/net/ecma/AllTypes.xml
9 //
10 // (C) 2001 Ximian, Inc.  http://www.ximian.com
11
12
13 namespace System.Xml {
14
15
16         /// <summary>
17         /// </summary>
18         public enum WhitespaceHandling {
19
20                 /// <summary>
21                 /// </summary>
22                 All = 0,
23
24                 /// <summary>
25                 /// </summary>
26                 Significant = 1,
27
28                 /// <summary>
29                 /// </summary>
30                 None = 2,
31         } // WhitespaceHandling
32
33 } // System.Xml