Table of Contents

Class MarkupParser

Namespace
GuildWars2.Markup
Assembly
GW2SDK.dll

Represents a parser that converts a sequence of tokens into a hierarchical node structure.

public sealed class MarkupParser
Inheritance
MarkupParser
Inherited Members

Remarks

Initializes a new instance of the MarkupParser class.

Constructors

MarkupParser()

Represents a parser that converts a sequence of tokens into a hierarchical node structure.

Methods

Parse(IEnumerable<MarkupToken>)

Parses a sequence of tokens into a hierarchical node structure.