dom.pattern.callback.Test Extends
Callback class for testing for at least one match.

Inheritance

Constructor

goog.dom.pattern.callback.Test()

Instance Methods

Public Protected Private
getCallback() !Function
Get a bound callback function that is suitable as a callback for goog.dom.pattern.Matcher.
Returns: !Function  A callback function.
code »
reset()
Reset the counter.
code »

Instance Properties

callback_ :
The callback function. Suitable as a callback for goog.dom.pattern.Matcher.
Code »
matched :
Whether or not the pattern matched.
Code »

Package dom.pattern.callback

Package Reference