Home

Class goog.dom.pattern.AllChildren

Pattern object that matches any nodes at or below the current tree depth.

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 on the same level.

reset()

Reset any internal state this pattern keeps.