DOMTokenList
Represents a list of DOMTokens.
Gets an item in the list by its index.
Gets the number of tokens.
Adds token to the underlying string.
Returns true if the underlying string contains token, otherwise false.
Returns an enumerator that iterates through the strings in the collection.
Remove token from the underlying string.
Removes token from string and returns false. If token doesn't exist it's added and the function returns true.
Returns an HTML-code representation of the token list.
Returns a special textual representation of the node.