Method: SaxStream::Internal::ElementStack#attributes

Defined in:
lib/sax_stream/internal/element_stack.rb

#attributesObject



80
81
82
# File 'lib/sax_stream/internal/element_stack.rb', line 80

def attributes
  @elements.last.attributes(path)
end