Pattern object that matches a full tag including all its children.
extends goog.dom.pattern.StartTagInstance Method Summary | |
matchToken(?Node token, ?goog.dom.TagWalkType type) ⇒ ?goog.dom.pattern.MatchType Test whether the given token is a start tag token which matches the tag name, style, and attributes provided in the constructor. |