class Sekken::XS::SimpleContent
Public Instance Methods
collect_attributes(memo = [])
click to toggle source
stop searching for attributes
# File lib/sekken/xs/types.rb, line 210 def collect_attributes(memo = []) memo end
collect_child_elements(memo = [])
click to toggle source
stop searching for child elements
# File lib/sekken/xs/types.rb, line 215 def collect_child_elements(memo = []) memo end