Enum MarkupNodeType
- Namespace
- GuildWars2.Markup
- Assembly
- GuildWars2.dll
Represents the types of nodes that can be encountered in the markup lexer.
[JsonConverter(typeof(MarkupNodeTypeJsonConverter))]
public enum MarkupNodeType
Fields
None = 0No node type.
Root = 1A root node.
Text = 2A text node, used to represent plain text in the markup.
ColoredText = 3A colored text node, used to represent text with a specific color in the markup.
LineBreak = 4A line break node, used to represent a line break in the markup.