Table of Contents

Class XmlRepository

Namespace
Alternet.Syntax.Parsers.Lsp.Xml
Assembly
Alternet.Syntax.Parsers.Xml.v9.dll

Represents properties and methods to perform code completion functionality for Xml language.

public class XmlRepository : LspRepository, ICodeCompletionRepository, IDisposable, ILspDocumentProvider
Inheritance
XmlRepository
Implements

Constructors

XmlRepository(ILspDocumentProvider, ISyntaxTree)

Initializes a new instance of the XmlRepository class with specified parameters.

Methods

FillMembers(CompletionItem[], IListMembers, out int)

Fills a provider with the members, providing available choices for the specified language element.