Method: SaxStream::Internal::ElementStack#attributes
- Defined in:
- lib/sax_stream/internal/element_stack.rb
#attributes ⇒ Object
80 81 82 |
# File 'lib/sax_stream/internal/element_stack.rb', line 80 def attributes @elements.last.attributes(path) end |