System.Xml.EntityHandling Enumeration

Specifies how the System.Xml.XmlTextReader or System.Xml.XmlValidatingReader handle entities.

Syntax

public enum EntityHandling

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
ExpandCharEntities

Expands character entities and returns general entities as XmlNodeType.EntityReference nodes.

ExpandEntities

Expands all entities and returns the expanded nodes.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0