EntityHandling.cs 623 B

1234567891011121314151617181920212223242526272829
  1. // EntityHandling.cs
  2. //
  3. // This code was automatically generated from
  4. // ECMA CLI XML Library Specification.
  5. // Generator: libgen.xsl [1.0; (C) Sergey Chaban ([email protected])]
  6. // Created: Wed, 5 Sep 2001 06:46:17 UTC
  7. // Source file: all.xml
  8. // URL: http://devresource.hp.com/devresource/Docs/TechPapers/CSharp/all.xml
  9. //
  10. // (C) 2001 Ximian, Inc. http://www.ximian.com
  11. namespace System.Xml {
  12. /// <summary>
  13. /// </summary>
  14. public enum EntityHandling {
  15. /// <summary>
  16. /// </summary>
  17. ExpandEntities = 1,
  18. /// <summary>
  19. /// </summary>
  20. ExpandCharEntities = 2,
  21. } // EntityHandling
  22. } // System.Xml