Class: Slaw::Grammars::PL::Act::ScheduleContainer

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/slaw/grammars/pl/act_nodes.rb

Instance Method Summary collapse

Instance Method Details

#to_xml(b) ⇒ Object



345
346
347
348
349
350
351
# File 'lib/slaw/grammars/pl/act_nodes.rb', line 345

def to_xml(b)
  b.components { |b| 
    schedules.children.elements.each_with_index { |e, i|
      e.to_xml(b, "", i+1)
    }
  }
end