// XmlSpace.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:52 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 { /// /// Specifies the current xml:space scope /// public enum XmlSpace { /// /// No xml:space scope. /// None = 0, /// /// the xml:space scope = "default" /// Default = 1, /// /// the xml:space scope = "preserve" /// Preserve = 2, } // XmlSpace } // System.Xml