XmlTokenizedType

XmlTokenizedType enum

Represents the XML type for the string. This allows the string to be read as a particular XML type, for example a CDATA section type.

enum class XmlTokenizedType

Values

NameValueDescription
CDATA0CDATA type.
ID1ID type.
IDREF2IDREF type.
IDREFS3IDREFS type.
ENTITY4ENTITY type.
ENTITIES5ENTITIES type.
NMTOKEN6NMTOKEN type.
NMTOKENS7NMTOKENS type.
NOTATION8NOTATION type.
ENUMERATION9ENUMERATION type.
QName10QName type.
NCName11NCName type.
None12No type.

See Also