Method: REXML::Element#elements
- Defined in:
- lib/rexml/element.rb
#elements ⇒ Object (readonly)
Mechanisms for accessing attributes and child elements of this element.
278 279 280 |
# File 'lib/rexml/element.rb', line 278 def elements @elements end |