Xml node types.

See also:

Variables

@:value(cast 2)@:keep@:enum@:implinlineread onlyCData:XmlType = 2

Represents XML character data type.

@:value(cast 3)@:keep@:enum@:implinlineread onlyComment:XmlType = 3

Represents an XML comment type.

@:value(cast 4)@:keep@:enum@:implinlineread onlyDocType:XmlType = 4

Represents an XML doctype element type.

@:value(cast 6)@:keep@:enum@:implinlineread onlyDocument:XmlType = 6

Represents an XML document type.

@:value(cast 0)@:keep@:enum@:implinlineread onlyElement:XmlType = 0

Represents an XML element type.

@:value(cast 1)@:keep@:enum@:implinlineread onlyPCData:XmlType = 1

Represents XML parsed character data type.

@:value(cast 5)@:keep@:enum@:implinlineread onlyProcessingInstruction:XmlType = 5

Represents an XML processing instruction type.

Methods

@:keep@:impltoString():String