# File lib/nokogiri/xml/node.rb, line 339
      def after node_or_tags
        add_next_sibling node_or_tags
        self
      end