Libraries
»
xmlparser
(0.7.2.1)
»
Index
»
XPath
»
XPathNodeSet
»
#each
Method: XPath::XPathNodeSet#each
Defined in:
lib/xml/xpath.rb
#
each
(&block) ⇒
Object
2820 2821 2822
# File 'lib/xml/xpath.rb', line 2820
def
each
(
&
block
)
@nodes
.
each
(
&
block
)
end