2003-02-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.XML / System.Xml / EntityHandling.cs
index 843ed77bc47a40f03e21d1f06e33880efbb4bfe2..c54b016b1e634bca9350aca4a77c97c4b08cc3b9 100755 (executable)
@@ -1,46 +1,29 @@
-// EntityHandling.cs\r
-//\r
-// This code was automatically generated from\r
-// ECMA CLI XML Library Specification.\r
-// Generator: libgen.xsl\r
-// Source file: all.xml\r
-// URL: http://devresource.hp.com/devresource/Docs/TechPapers/CSharp/all.xml\r
-//\r
-// (C) 2001 Ximian, Inc.  http://www.ximian.com\r
-\r
-\r
-namespace System.Xml {\r
-\r
-\r
-       /// <summary>\r
-       ///                Specifies how entities are handled.\r
-       ///             </summary>\r
-       public enum EntityHandling {\r
-\r
-               /// <summary>\r
-               /// <para>\r
-               ///                   Expand all entities. This is the default.\r
-               ///                </para>\r
-               /// <para>\r
-               ///                   Nodes of NodeType EntityReference are not returned. The entity text is\r
-               ///                   expanded in place of the entity references.\r
-               ///                </para>\r
-               /// </summary>\r
-               ExpandEntities = 1,\r
-\r
-               /// <summary>\r
-               /// <para>Expand character entities and return general\r
-               ///                   entities as nodes (NodeType=XmlNodeType.EntityReference, Name=the name of the\r
-               ///                   entity, HasValue=\r
-               ///                   false).</para>\r
-               /// <para>You must call <see cref="M:System.Xml.XmlReader.ResolveEntity" /> to see what the general entities expand to. This\r
-               ///                allows you to optimize entity handling by only expanding the entity the\r
-               ///                first time it is used.</para>\r
-               /// <para>If you call <see cref="M:System.Xml.XmlReader.GetAttribute(System.String)" /> \r
-               ///             , general entities are also expanded as entities are of\r
-               ///             no interest in this case.</para>\r
-               /// </summary>\r
-               ExpandCharEntities = 2,\r
-       } // EntityHandling\r
-\r
-} // System.Xml\r
+// EntityHandling.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:46:17 UTC
+// Source file: all.xml
+// URL: http://devresource.hp.com/devresource/Docs/TechPapers/CSharp/all.xml
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+
+
+namespace System.Xml {
+
+
+       /// <summary>
+       /// </summary>
+       public enum EntityHandling {
+
+               /// <summary>
+               /// </summary>
+               ExpandEntities = 1,
+
+               /// <summary>
+               /// </summary>
+               ExpandCharEntities = 2,
+       } // EntityHandling
+
+} // System.Xml