# File rbCFTypes.rb, line 172 def to_xml return LibXML::XML::Node.new('data') << LibXML::XML::Node.new_text(@value) end