# File /home/ser/Work/rexml/rexml/element.rb, line 108
  def raw
			@raw = (@context and @context[:raw] and
			(@context[:raw] == :all or
			@context[:raw].include? expanded_name))
			@raw
		end