Class: Slaw::ZA::Act::Clauses
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Slaw::ZA::Act::Clauses
- Defined in:
- lib/slaw/za/act_nodes.rb
Instance Method Summary collapse
Instance Method Details
#to_xml(b, idprefix = nil) ⇒ Object
298 299 300 301 302 303 304 305 306 |
# File 'lib/slaw/za/act_nodes.rb', line 298 def to_xml(b, idprefix=nil) for e in elements if e.respond_to? :to_xml e.to_xml(b, idprefix) else b << e.text_value end end end |