System::Xml::EntityHandling enum
EntityHandling enum
Specifies how the XmlTextReader or XmlValidatingReader handle entities.
enum class EntityHandling
Values
| Name | Value | Description |
|---|---|---|
| ExpandEntities | 1 | Expands all entities and returns the expanded nodes. |
| ExpandCharEntities | 2 | Expands character entities and returns general entities as XmlNodeType::EntityReference nodes. |
See Also
- Namespace System::Xml
- Library Aspose.PDF for C++