# File rbCFTypes.rb, line 38 def to_xml n = LibXML::XML::Node.new('string') n << LibXML::XML::Node.new_text(@value) unless @value.nil? return n end