goog.dom.pattern.AbstractPattern | |
goog.dom.pattern.AllChildren | goog.dom.pattern.AbstractPattern |
goog.dom.pattern.ChildMatches | goog.dom.pattern.AllChildren |
childPattern
: goog.dom.pattern.AbstractPattern
Pattern to collect
child matches of.
|
opt_minimumMatches
: number=
Enforce a minimum nuber of matches.
Defaults to 0.
|
![]()
Test whether the given token is on the same level.
Arguments:
Returns: goog.dom.pattern.MatchType
MATCHING if the token is on the
same level or deeper and BACKTRACK_MATCH if not.
|
code » | |||
![]()
Reset any internal state this pattern keeps.
|
code » |
![]()
Test whether the given token is on the same level.
Arguments:
Returns: goog.dom.pattern.MatchType
MATCHING if the token is on the
same level or deeper and BACKTRACK_MATCH if not.
|
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 child pattern to collect matches from.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
Array of matched child nodes.
|
Code » | |
![]()
Minimum number of matches.
|
Code » | |
![]()
Whether the pattern has recently matched or failed to match and will need to
be reset when starting a new round of matches.
|
Code » |
![]()
The first node matched by this pattern.
|
Code » |
![]()
No description.
|
Code » |