Class HTMLLexer
Inheritance
System.Object
HTMLLexer
Assembly: Html.dll
Syntax
public class HTMLLexer : Lexer
Constructors
|
Improve this Doc
View Source
HTMLLexer(ICharStream)
Declaration
public HTMLLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
HTMLLexer(ICharStream, TextWriter, TextWriter)
Declaration
public HTMLLexer(ICharStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
TextWriter |
output |
|
TextWriter |
errorOutput |
|
Fields
|
Improve this Doc
View Source
_ATN
Declaration
public static readonly ATN _ATN
Field Value
|
Improve this Doc
View Source
ATTRIBUTE
Declaration
public const int ATTRIBUTE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ATTVALUE
Declaration
public const int ATTVALUE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ATTVALUE_VALUE
Declaration
public const int ATTVALUE_VALUE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CDATA
Declaration
public const int CDATA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
channelNames
Declaration
public static string[] channelNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
decisionToDFA
Declaration
protected static Antlr4.Runtime.Dfa.DFA[] decisionToDFA
Field Value
Type |
Description |
Antlr4.Runtime.Dfa.DFA[] |
|
|
Improve this Doc
View Source
DefaultVocabulary
Declaration
public static readonly IVocabulary DefaultVocabulary
Field Value
Type |
Description |
IVocabulary |
|
|
Improve this Doc
View Source
DTD
Declaration
public const int DTD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int HTML_COMMENT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int HTML_CONDITIONAL_COMMENT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HTML_TEXT
Declaration
public const int HTML_TEXT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
modeNames
Declaration
public static string[] modeNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
ruleNames
Declaration
public static readonly string[] ruleNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SCRIPT
Declaration
public const int SCRIPT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SCRIPT_BODY
Declaration
public const int SCRIPT_BODY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SCRIPT_OPEN
Declaration
public const int SCRIPT_OPEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SCRIPT_SHORT_BODY
Declaration
public const int SCRIPT_SHORT_BODY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SCRIPTLET
Declaration
public const int SCRIPTLET = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SEA_WS
Declaration
public const int SEA_WS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
sharedContextCache
Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type |
Description |
PredictionContextCache |
|
|
Improve this Doc
View Source
STYLE
Declaration
public const int STYLE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
STYLE_BODY
Declaration
public const int STYLE_BODY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
STYLE_OPEN
Declaration
public const int STYLE_OPEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
STYLE_SHORT_BODY
Declaration
public const int STYLE_SHORT_BODY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TAG
Declaration
public const int TAG = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TAG_CLOSE
Declaration
public const int TAG_CLOSE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TAG_EQUALS
Declaration
public const int TAG_EQUALS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TAG_NAME
Declaration
public const int TAG_NAME = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TAG_OPEN
Declaration
public const int TAG_OPEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TAG_SLASH
Declaration
public const int TAG_SLASH = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TAG_SLASH_CLOSE
Declaration
public const int TAG_SLASH_CLOSE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TAG_WHITESPACE
Declaration
public const int TAG_WHITESPACE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
XML
Declaration
public const int XML = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
ChannelNames
Declaration
public override string[] ChannelNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
GrammarFileName
Declaration
public override string GrammarFileName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ModeNames
Declaration
public override string[] ModeNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
RuleNames
Declaration
public override string[] RuleNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SerializedAtn
Declaration
public override string SerializedAtn { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Vocabulary
Declaration
public override IVocabulary Vocabulary { get; }
Property Value
Type |
Description |
IVocabulary |
|