This method will add the element to a different list depending on its type.

Namespace: HTMLPlusPlus
Assembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)

Syntax

C#
protected void AddToken(
	IToken item
)

Parameters

item
Type: HTMLPlusPlus.Interfaces..::..IToken
The HTML element to add.

See Also