Home

Class goog.dom.pattern.Tag

Pattern object that matches an tag.

extends goog.dom.pattern.AbstractPattern
Instance Method Summary
matchToken(?Node token, ?goog.dom.TagWalkType type) ⇒ ?goog.dom.pattern.MatchType

Test whether the given token is a tag token which matches the tag name, style, and attributes provided in the constructor.