# File temp/attribute.rb, line 115
    def doctype
                        if @element
                                doc = @element.document
                                doctype = doc.doctype if doc
                        end
    end