Home

Class goog.dom.pattern.NodeType

Pattern object that matches any node of the given type.

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 a text token which matches the string or regular expression provided in the constructor.