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

HTML parse token. Implements IToken interface.
Inheritance: IHtmlToken, IExpandableTextRange
Mostra file Open project: Microsoft/RTVS

Public Methods

Method Description
BaseHtmlToken ( int start, int length ) : System
Contains ( int position ) : bool
ContainsUsingInclusion ( int position ) : bool
Expand ( int startOffset, int endOffset ) : void
Shift ( int offset ) : void

Method Details

BaseHtmlToken() public method

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

Contains() public method

public Contains ( int position ) : bool
position int
return bool

ContainsUsingInclusion() public method

public ContainsUsingInclusion ( int position ) : bool
position int
return bool

Expand() public method

public Expand ( int startOffset, int endOffset ) : void
startOffset int
endOffset int
return void

Shift() public method

public Shift ( int offset ) : void
offset int
return void