goog.dom.pattern.AbstractPattern | |
goog.dom.pattern.Sequence | goog.dom.pattern.AbstractPattern |
patterns
: Array.<goog.dom.pattern.AbstractPattern>
Ordered array of
patterns to match.
|
opt_ignoreWhitespace
: boolean=
Optional flag to ignore text nodes
consisting entirely of whitespace. The default is to not ignore them.
|
![]()
Test whether the given token starts, continues, or finishes the sequence
of patterns given in the constructor.
Arguments:
Returns: goog.dom.pattern.MatchType
MATCH if the pattern
matches, MATCHING if the pattern starts a match, and
NO_MATCH if the pattern does not match.
|
code » | |||
![]()
Reset any internal state this pattern keeps.
|
code » |
![]()
Test whether this pattern matches the given token.
Arguments:
Returns: goog.dom.pattern.MatchType
MATCH if the pattern matches.
|
code » | |||
![]()
Reset any internal state this pattern keeps.
|
code » |
![]()
The first node matched by this pattern.
|
Code » |
![]()
No description.
|
Code » |