Table of Contents

Class HtmlTemplateParser.VbHtmlParser

Namespace
Alternet.Syntax.Parsers.Advanced
Assembly
Alternet.Syntax.Parsers.Advanced.v10.dll
protected class HtmlTemplateParser.VbHtmlParser : VbParser, IComponent, IDisposable, ISyntaxParser, IParser, ILexer, INotify, IUpdate, IImport
Inheritance
HtmlTemplateParser.VbHtmlParser
Implements
Derived

Constructors

VbHtmlParser(HtmlTemplateParser)

Fields

lexCommentEndProc
lexHtmlCommentEndProc
lexHtmlCommentProc
owner

Methods

CreateRepository()

Creates ICodeCompletionRepository to perform code completion functionality for this parser.

DoParseToken(string, LexerProc, ref int, ref int, ref int, ref int, ref int, ref int)
GetLexerStyle(int)
GetState(int)
InitLexer()
LexHtmlComment()
LexHtmlCommentEnd()
RegisterDefaultItems(IReflectionRepository)

Registers the default items (types, snippets, etc.) for the Visual Basic language in the provided repository.

RegisterDefaultSnippets(IReflectionRepository)

Registers the default code snippets for the CVisual Basic language in the provided repository.

RegisterDefaultTypes(IReflectionRepository)

Registers the default types for the Visual Basic language in the provided repository.

ReparseBlock(ref Point, string, out ISyntaxNode, CodeCompletionType)

Reparses syntax block at specified position.

Reset()

Resets Parser to the start position.