macro_rules! node_or_string_matches_name {
( $node_or_string:ident, $pattern:pat $(if $guard:expr)? $(,)? ) => { ... };
}macro_rules! node_or_string_matches_name {
( $node_or_string:ident, $pattern:pat $(if $guard:expr)? $(,)? ) => { ... };
}