method
namespace_uri
v2_2_9 -
Show latest stable
- Class:
REXML::Functions
namespace_uri( node_set=nil )public
No documentation available.
# File lib/rexml/functions.rb, line 57
def Functions::namespace_uri( node_set=nil )
get_namespace( node_set ) {|node| node.namespace}
end