Class: Slaw::Grammars::ZA::Act::LongTitle

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

Instance Method Summary collapse

Instance Method Details

#to_xml(b, idprefix, i = 0) ⇒ Object



114
115
116
117
118
# File 'lib/slaw/grammars/za/act_nodes.rb', line 114

def to_xml(b, idprefix, i=0)
  b.longTitle { |b|
    b.p { |b| inline_items.to_xml(b, idprefix) }
  }
end