Creates an instance of TagStrategy.
An object containing a function to determine if a tag name should be used.
Generates a selector part for the given element based on its tag name.
The DOM element for which to generate the selector part.
A SelectorPart object if the tag name is valid, otherwise null.
A strategy for generating CSS selectors based on the tag name of an element.