# File temp/element.rb, line 180
                def raw
                        @raw = (@context and @context[:raw] and
                        (@context[:raw] == :all or
                        @context[:raw].include? expanded_name))
                        @raw
                end