Class: SaxStream::Internal::ElementStack::RootElement

Inherits:
Element
  • Object
show all
Defined in:
lib/sax_stream/internal/element_stack.rb

Instance Attribute Summary

Attributes inherited from Element

#name

Instance Method Summary collapse

Methods inherited from Element

#attributes, #content, #record_characters

Constructor Details

#initializeRootElement

Returns a new instance of RootElement.



33
34
35
# File 'lib/sax_stream/internal/element_stack.rb', line 33

def initialize
  super(nil, [])
end