Class HtmlScriptParser
Represents properties and methods to perform syntax analysis of specified html code text with script code fragments.
[Serializable]
public class HtmlScriptParser : HtmlParser, IComponent, IDisposable, ISyntaxParser, IParser, ILexer, INotify, IUpdate, IImport
- Inheritance
-
HtmlScriptParser
- Implements
Constructors
Fields
Methods
- CodeCompletion(string, StringItemInfo[], Point, bool, CodeCompletionArgs)
Performs code completion for the specified text representing language element.
- GetCompletionType(char)
Obtains type of code completion window from specifies
char
parameter.
- GetMultiLineComment(Point, out string, out string)
Gets the start and symbols multi-line comment.
- GetMultiLineComment(out string, out string)
Gets the start and symbols multi-line comment.
- GetSingleLineComment(Point)
Gets the string that represents start symbol of single line comment.
- ParseText(int, int, string, ref int, ref int, ref int)
Performs lexical analysis of given text.
- ReparseBlock(Point)
Reparses syntax block at specified position.
- ResetOptions()
Resets
Options
to the default value.
- ShouldSerializeOptions()
Indicates whether the
Options
property should be persisted.