Table of Contents

Enum MarkupNodeType

Namespace
GuildWars2.Markup
Assembly
GW2SDK.dll

Represents the types of nodes that can be encountered in the markup lexer.

[JsonConverter(typeof(MarkupNodeTypeJsonConverter))]
public enum MarkupNodeType

Fields

None = 0

No node type.

Root = 1

A root node.

Text = 2

A text node, used to represent plain text in the markup.

ColoredText = 3

A colored text node, used to represent text with a specific color in the markup.

LineBreak = 4

A line break node, used to represent a line break in the markup.