Content


NTL
Core
xml::EntityType

xml::EntityType


Enumeration representing possible entity types of XML Entity.

You can find more information in comments below.

enum class EntityType
{
    Prolog,
    Doctype,
    Element,
    Data, // CDATA 
    Array
};
Namespace: nitisa::script::xml
Include: Nitisa/Modules/Script/Xml/EntityType.h