Home

Class goog.dom.pattern.Repeat

Pattern object that matches a repetition of another pattern.

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

Test whether the given token continues a repeated series of matches of the pattern given in the constructor.

reset()

Reset any internal state this pattern keeps.