# File lib/xml/dom2/element.rb, line 267
      def getAttributeNode(name)
        @attr.getNamedItem(name)
      end