Class HTMLParser
Inheritance
System.Object
HTMLParser
Assembly: Html.dll
Syntax
public class HTMLParser : Parser
Constructors
|
Improve this Doc
View Source
HTMLParser(ITokenStream)
Declaration
public HTMLParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
HTMLParser(ITokenStream, TextWriter, TextWriter)
Declaration
public HTMLParser(ITokenStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type |
Name |
Description |
ITokenStream |
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_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
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
RULE_htmlAttribute
Declaration
public const int RULE_htmlAttribute = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_htmlChardata
Declaration
public const int RULE_htmlChardata = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_htmlComment = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_htmlContent
Declaration
public const int RULE_htmlContent = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_htmlDocument
Declaration
public const int RULE_htmlDocument = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_htmlElement
Declaration
public const int RULE_htmlElement = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_htmlElements
Declaration
public const int RULE_htmlElements = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_htmlMisc
Declaration
public const int RULE_htmlMisc = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_script
Declaration
public const int RULE_script = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_scriptletOrSeaWs
Declaration
public const int RULE_scriptletOrSeaWs = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_style
Declaration
public const int RULE_style = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ruleNames
Declaration
public static readonly string[] ruleNames
Field Value
Type |
Description |
System.String[] |
|
|
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_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_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
GrammarFileName
Declaration
public override string GrammarFileName { 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 |
|
Methods
|
Improve this Doc
View Source
htmlAttribute()
Declaration
public HTMLParser.HtmlAttributeContext htmlAttribute()
Returns
|
Improve this Doc
View Source
htmlChardata()
Declaration
public HTMLParser.HtmlChardataContext htmlChardata()
Returns
|
Improve this Doc
View Source
Declaration
public HTMLParser.HtmlCommentContext htmlComment()
Returns
|
Improve this Doc
View Source
htmlContent()
Declaration
public HTMLParser.HtmlContentContext htmlContent()
Returns
|
Improve this Doc
View Source
htmlDocument()
Declaration
public HTMLParser.HtmlDocumentContext htmlDocument()
Returns
|
Improve this Doc
View Source
htmlElement()
Declaration
public HTMLParser.HtmlElementContext htmlElement()
Returns
|
Improve this Doc
View Source
htmlElements()
Declaration
public HTMLParser.HtmlElementsContext htmlElements()
Returns
|
Improve this Doc
View Source
htmlMisc()
Declaration
public HTMLParser.HtmlMiscContext htmlMisc()
Returns
|
Improve this Doc
View Source
script()
Declaration
public HTMLParser.ScriptContext script()
Returns
|
Improve this Doc
View Source
scriptletOrSeaWs()
Declaration
public HTMLParser.ScriptletOrSeaWsContext scriptletOrSeaWs()
Returns
|
Improve this Doc
View Source
style()
Declaration
public HTMLParser.StyleContext style()
Returns