Table of Contents

Class MarkupLexer

Namespace
GuildWars2.Markup
Assembly
GW2SDK.dll

Represents a lexer for tokenizing markup input.

public sealed class MarkupLexer
Inheritance
MarkupLexer
Inherited Members

Remarks

Initializes a new instance of the MarkupLexer class.

Constructors

MarkupLexer()

Represents a lexer for tokenizing markup input.

Methods

Tokenize(string)

Tokenizes the input string into a sequence of tokens.