System::Xml::EntityHandling enum
EntityHandling enum
指定 XmlTextReader 或 XmlValidatingReader 如何处理实体。
enum class EntityHandling
值
| 名称 | 值 | 描述 |
|---|---|---|
| ExpandEntities | 1 | 展开所有实体并返回已展开的节点。 |
| ExpandCharEntities | 2 | 展开字符实体,并将通用实体作为 XmlNodeType::EntityReference 节点返回。 |
另见
- Namespace System::Xml
- Library Aspose.Font for C++