Method | Description | |
---|---|---|
ToString ( ) : string |
Returns a System.String that represents the current HtmlToken. Returns a System.String that represents the current HtmlToken. |
|
WriteTo ( |
Write the HTML token to a System.IO.TextWriter. Writes the HTML token to a System.IO.TextWriter. |
Method | Description | |
---|---|---|
HtmlToken ( HtmlTokenKind kind ) : System |
Initializes a new instance of the HtmlToken class. Creates a new HtmlToken. |
protected HtmlToken ( HtmlTokenKind kind ) : System | ||
kind | HtmlTokenKind | The kind of token. |
return | System |
public abstract WriteTo ( |
||
output | The output. | |
return | void |