Method: REXML::Element#elements

Defined in:
lib/rexml/element.rb

#elementsObject (readonly)

Mechanisms for accessing attributes and child elements of this element.



28
29
30
# File 'lib/rexml/element.rb', line 28

def elements
  @elements
end