method

attribute

v1_8_7_330 - Show latest stable - Class: REXML::QuickPath
attribute( name )
public

No documentation available.

# File lib/rexml/quickpath.rb, line 206
                def QuickPath::attribute( name )
                        return Functions.node.attributes[name] if Functions.node.kind_of? Element
                end