# File temp/element.rb, line 272
                def delete_namespace namespace="xmlns"
                        namespace = "xmlns:#{namespace}" unless namespace == 'xmlns'
                        attribute = attributes.get_attribute(namespace)
                        attribute.remove unless attribute.nil?
                        self
                end