Method: REXML::Functions.namespace_uri
- Defined in:
- lib/rexml/functions.rb
.namespace_uri(node_set = nil) ⇒ Object
76 77 78 |
# File 'lib/rexml/functions.rb', line 76 def Functions::namespace_uri( node_set=nil ) get_namespace( node_set ) {|node| node.namespace} end |