Class: Sekken::XS::SimpleContent

Inherits:
BaseType
  • Object
show all
Defined in:
lib/sekken/xs/types.rb

Instance Attribute Summary

Attributes inherited from BaseType

#node

Instance Method Summary collapse

Methods inherited from BaseType

#[], #children, #empty?, #initialize, #inspect

Constructor Details

This class inherits a constructor from Sekken::XS::BaseType

Instance Method Details

#collect_attributes(memo = []) ⇒ Object

stop searching for attributes



210
211
212
# File 'lib/sekken/xs/types.rb', line 210

def collect_attributes(memo = [])
  memo
end

#collect_child_elements(memo = []) ⇒ Object

stop searching for child elements



215
216
217
# File 'lib/sekken/xs/types.rb', line 215

def collect_child_elements(memo = [])
  memo
end