EntityHandling Výčet

Definice

Určuje způsob XmlTextReader zpracování entit.XmlValidatingReader

public enum class EntityHandling
public enum EntityHandling
type EntityHandling = 
Public Enum EntityHandling
Dědičnost
EntityHandling

Pole

ExpandCharEntities 2

Rozbalí entity znaků a vrátí obecné entity jako EntityReference uzly.

Pokud chcete zjistit, na co se obecné entity rozbalí, musíte volat ResolveEntity . Díky tomu můžete optimalizovat zpracování entit tak, že entitu rozšíříte jenom při prvním použití.

Při nastavení na ExpandCharEntities, čtenář volání GetAttribute metody rozbalí všechny entity (obecné i znakové entity).

ExpandEntities 1

Rozbalí všechny entity a vrátí rozbalené uzly.

EntityReference uzly se nevrátí. Text entity se rozbalí místo odkazů na entity.

Platí pro

Viz také