Method: REXML::Element#context
- Defined in:
- lib/rexml/element.rb
#context ⇒ Object
The context holds information about the processing environment, such as whitespace handling.
281 282 283 |
# File 'lib/rexml/element.rb', line 281 def context @context end |