mscorlib(4.0.0.0) API with additions
EntityHandling.cs
1 namespace System.Xml
2 {
4  public enum EntityHandling
5  {
7  ExpandEntities = 1,
10  }
11 }
Expands character entities and returns general entities as F:System.Xml.XmlNodeType....
EntityHandling
Specifies how the T:System.Xml.XmlTextReader or T:System.Xml.XmlValidatingReader handle entities.
Expands all entities and returns the expanded nodes.