# File lib/xml/dom/core.rb, line 2104
      def getAttributeNode(name)
        @attr.getNamedItem(name)
      end