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, #relative_attributes

Constructor Details

#initializeRootElement

Returns a new instance of RootElement.



37
38
39
# File 'lib/sax_stream/internal/element_stack.rb', line 37

def initialize
  super(nil, [])
end