class REXML::Element
def raw
The evaluation is tested against +expanded_name+, and so is namespace
See {Element Context}[../doc/rexml/context_rdoc.html].
Returns +true+ if raw mode is set for the element.
raw
:call-seq:
def raw @raw = (@context and @context[:raw] and (@context[:raw] == :all or @context[:raw].include? expanded_name)) @raw end