X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.XML%2FSystem.Xml%2FWhitespaceHandling.cs;h=8e9962b367e0299e75f25bc05d3bdd8d89601ff8;hb=691873559871d0c965b090d32de55810ccbbf084;hp=895bf8b2fb5b6d52690fb3e36683e7a84610b60c;hpb=f9731130a0fea9b52bdcfbf39d0a2d0df1151855;p=mono.git diff --git a/mcs/class/System.XML/System.Xml/WhitespaceHandling.cs b/mcs/class/System.XML/System.Xml/WhitespaceHandling.cs index 895bf8b2fb5..8e9962b367e 100644 --- a/mcs/class/System.XML/System.Xml/WhitespaceHandling.cs +++ b/mcs/class/System.XML/System.Xml/WhitespaceHandling.cs @@ -1,19 +1,33 @@ -// -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- -// -// System.Xml.WhitespaceHandling.cs -// -// Author: -// Jason Diamond (jason@injektilo.org) -// -// (C) 2001 Jason Diamond http://injektilo.org/ -// - -namespace System.Xml -{ - public enum WhitespaceHandling - { - All, - None, - Signifigant - } -} +// 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 { + + + /// + /// + public enum WhitespaceHandling { + + /// + /// + All = 0, + + /// + /// + Significant = 1, + + /// + /// + None = 2, + } // WhitespaceHandling + +} // System.Xml