DOMTokenList.Supports
DOMTokenList.Supports method
Returns true if a given token is in the associated attribute’s supported tokens.
public bool Supports(String token)
Parameter | Type | Description |
---|---|---|
token | String | The token to query for. |
Return Value
A Boolean indicating whether the token was found.
See Also
- class DOMTokenList
- package com.aspose.html.Collections
- package Aspose.HTML