Method: REXML::Object::Base#get_elements
- Defined in:
- lib/voruby/misc/rexml_ext.rb
#get_elements(name, ns = nil) ⇒ Object
183 184 185 |
# File 'lib/voruby/misc/rexml_ext.rb', line 183 def get_elements(name, ns=nil) ReflectiveElementList.new(self.node, *element_xpath_for(name, ns)) end |