Class: Lutaml::Xml::Builder::Rexml

Inherits:
Base
  • Object
show all
Defined in:
lib/lutaml/xml/builder/rexml.rb

Instance Attribute Summary

Attributes inherited from Base

#doc, #encoding

Class Method Summary collapse

Methods inherited from Base

#add_cdata, #add_comment, #add_processing_instruction, #add_text, #add_xml_fragment, build, #cdata, #create_and_add_element, #current_element, #initialize, #method_missing, #parent, #respond_to_missing?, #text, #to_s, #to_xml, #xml

Constructor Details

This class inherits a constructor from Lutaml::Xml::Builder::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Lutaml::Xml::Builder::Base

Class Method Details

.moxml_backendObject



9
10
11
# File 'lib/lutaml/xml/builder/rexml.rb', line 9

def self.moxml_backend
  :rexml
end