Namespace GuildWars2.Markup
Classes
- ColoredTextNode
Represents a colored text node in the markup structure.
- LineBreakNode
Represents a line break node in the markup structure.
- MarkupColorName
The color names used in markup.
- MarkupConverter
Provides functionality to convert markup strings to other formats.
- MarkupHtmlConverter
Provides functionality to convert a RootNode to its HTML representation.
- MarkupLexer
Represents a lexer for tokenizing markup input.
- MarkupNode
Represents a node in the markup structure.
- MarkupParser
Represents a parser that converts a sequence of tokens into a hierarchical node structure.
- MarkupTextConverter
Provides functionality to convert a RootNode to a string representation.
- MarkupToken
Represents a token with a specific type and value.
- RootNode
Represents a root node in the markup structure.
- TextNode
Represents a text node in the markup structure. ///
Enums
- MarkupNodeType
Represents the types of nodes that can be encountered in the markup lexer.
- MarkupTokenType
Represents the different types of tokens that can be encountered in the markup processing.