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

Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
GetComment ( ) : IHtmlToken[]
GetNameToken ( int tagEnd = Int32.MaxValue, bool artifactTag = false ) : NameToken
GetQuotedAttributeValue ( bool isScript, int tagEnd ) : IHtmlAttributeValueToken

Retrieves quoted attribute value token at the current character stream position

GetUnquotedAttributeValue ( int tagEnd ) : IHtmlAttributeValueToken

Retrieves unquoted attribute value

HtmlTokenizer ( HtmlCharStream cs ) : System
SkipWhitespace ( ) : void

Method Details

GetComment() public méthode

public GetComment ( ) : IHtmlToken[]
Résultat IHtmlToken[]

GetNameToken() public méthode

public GetNameToken ( int tagEnd = Int32.MaxValue, bool artifactTag = false ) : NameToken
tagEnd int
artifactTag bool
Résultat NameToken

GetQuotedAttributeValue() public méthode

Retrieves quoted attribute value token at the current character stream position
public GetQuotedAttributeValue ( bool isScript, int tagEnd ) : IHtmlAttributeValueToken
isScript bool True if attribute is a script, like onclick
tagEnd int
Résultat IHtmlAttributeValueToken

GetUnquotedAttributeValue() public méthode

Retrieves unquoted attribute value
public GetUnquotedAttributeValue ( int tagEnd ) : IHtmlAttributeValueToken
tagEnd int
Résultat IHtmlAttributeValueToken

HtmlTokenizer() public méthode

public HtmlTokenizer ( HtmlCharStream cs ) : System
cs Microsoft.Html.Core.Parser.Utility.HtmlCharStream
Résultat System

SkipWhitespace() public méthode

public SkipWhitespace ( ) : void
Résultat void