Home

Class goog.dom.pattern.FullTag

Pattern object that matches a full tag including all its children.

extends goog.dom.pattern.StartTag
Instance 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.