Class: Slaw::Grammars::Inlines::InlineItems

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

Instance Method Summary collapse

Instance Method Details

#to_xml(b, idprefix = nil) ⇒ Object



11
12
13
14
15
# File 'lib/slaw/grammars/inlines_nodes.rb', line 11

def to_xml(b, idprefix=nil)
  for e in elements
    e.to_xml(b, idprefix)
  end
end