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.MatchTypeTest 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. | |