return this;
}
// we already have a target to which we can directly apply the marker
Rule inner = unwrap(target);
target = (Matcher) inner.suppressSubnodes(); // since this might change the instance we have to update it
setSubnodesSuppressed(false);
return target;
}
public Rule skipNode() {