EntityHandling Enumeration
Specifies how the XmlTextReader or XmlValidatingReader handle entities.
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
| Member name | Description | |
|---|---|---|
![]() | ExpandEntities | Expands all entities and returns the expanded nodes. EntityReference nodes are not returned. The entity text is expanded in place of the entity references. |
![]() | ExpandCharEntities | Expands character entities and returns general entities as EntityReference nodes. You must call ResolveEntity to see what the general entities expand to. This enables you to optimize entity handling by only expanding the entity the first time it is used. When set to ExpandCharEntities, a reader call to the GetAttribute method expands all entities (both general and character entities). |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
