C# Class Microsoft.Html.Core.Parser.Tokens.HtmlToken

Inheritance: BaseHtmlToken
Exibir arquivo Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
FromBounds ( HtmlTokenType type, int start, int end ) : HtmlToken
FromBounds ( HtmlTokenType type, int start, int end, bool wellFormed ) : HtmlToken
FromBounds ( int start, int end ) : HtmlToken
HtmlToken ( HtmlTokenType type ) : System
HtmlToken ( HtmlTokenType type, int start, int length ) : System
HtmlToken ( HtmlTokenType type, int start, int length, bool wellFormed ) : System
HtmlToken ( int start, int length ) : System

Method Details

FromBounds() public static method

public static FromBounds ( HtmlTokenType type, int start, int end ) : HtmlToken
type HtmlTokenType
start int
end int
return HtmlToken

FromBounds() public static method

public static FromBounds ( HtmlTokenType type, int start, int end, bool wellFormed ) : HtmlToken
type HtmlTokenType
start int
end int
wellFormed bool
return HtmlToken

FromBounds() public static method

public static FromBounds ( int start, int end ) : HtmlToken
start int
end int
return HtmlToken

HtmlToken() public method

public HtmlToken ( HtmlTokenType type ) : System
type HtmlTokenType
return System

HtmlToken() public method

public HtmlToken ( HtmlTokenType type, int start, int length ) : System
type HtmlTokenType
start int
length int
return System

HtmlToken() public method

public HtmlToken ( HtmlTokenType type, int start, int length, bool wellFormed ) : System
type HtmlTokenType
start int
length int
wellFormed bool
return System

HtmlToken() public method

public HtmlToken ( int start, int length ) : System
start int
length int
return System