Class: Slaw::Grammars::Inlines::Ref
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Slaw::Grammars::Inlines::Ref
- Defined in:
- lib/slaw/grammars/inlines_nodes.rb
Instance Method Summary collapse
Instance Method Details
#to_xml(b, idprefix) ⇒ Object
50 51 52 53 54 55 56 |
# File 'lib/slaw/grammars/inlines_nodes.rb', line 50 def to_xml(b, idprefix) b.ref(href: href.text_value) { |b| for e in content.elements e.inline_item.to_xml(b, idprefix) end } end |