= private = protected
count( node_set )
Returns the size of the given list of nodes.
# File lib/rexml/functions.rb, line 60 def Functions::count( node_set ) node_set.size end