goog.dom.pattern.AbstractPattern | |
goog.dom.pattern.AllChildren | goog.dom.pattern.AbstractPattern |
goog.dom.pattern.ChildMatches | goog.dom.pattern.AllChildren |
![]()
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 first node matched by this pattern.
|
Code » |
![]()
No description.
|
Code » |