Callback function for use in
goog.dom.pattern.Matcher.addPattern
that removes the matched node from the tree and replaces it with its
children. Should be used in conjunction with a
goog.dom.pattern.StartTag pattern.
Arguments:
Returns: boolean
Returns true to indicate tree changes were made.
|
code » | |||
Callback function for use in
goog.dom.pattern.Matcher.addPattern
that removes the matched node from the tree. Should be used in conjunciton
with a goog.dom.pattern.StartTag pattern.
Arguments:
Returns: boolean
Returns true to indicate tree changes were made.
|
code » |