Class HtmlTemplateParser
public class HtmlTemplateParser : HtmlParser, IComponent, IDisposable, ISyntaxParser, IParser, ILexer, INotify, IUpdate, IImport
- Inheritance
-
HtmlTemplateParser
- Implements
- Derived
Constructors
Fields
Properties
Methods
- CodeCompletion(string, StringItemInfo[], Point, bool, CodeCompletionArgs)
Performs code completion for the specified text representing language element.
- CreateRepository()
Creates
ICodeCompletionRepositoryto perform code completion functionality for this parser.
- GetCompletionType(char)
Obtains type of code completion window from specifies
charparameter.
- GetMultiLineComment(out string, out string)
Gets the start and symbols multi-line comment.
- ParseText(int, int, string, ref StringItemInfo[])
Performs lexical analysis of given text.
- ParseText(int, int, string, ref int, ref int, ref int)
Performs lexical analysis of given text.
- ReparseBlock(Point)
Reparses syntax block at specified position.
- ReparseText()
Reparses entire text.
- Reset(int, int, int)
Resets
Parserto the specified position.
- ResetCodeCompletionChars()
Resets
CodeCompletionCharsto the default value.
- ResetOptions()
Resets
Optionsto the default value.
- ShouldSerializeCodeCompletionChars()
Indicates whether the
CodeCompletionCharsproperty should be persisted.
- ShouldSerializeOptions()
Indicates whether the
Optionsproperty should be persisted.