Method: OM::XML::DynamicNode#nodeset
- Defined in:
- lib/om/xml/dynamic_node.rb
#nodeset ⇒ Object
94 95 96 97 98 |
# File 'lib/om/xml/dynamic_node.rb', line 94 def nodeset query = xpath trim_text = !query.index("text()").nil? return @document.find_by_xpath(query) end |