Ruby REXML::CData Functions

EditRocket provides the following information on REXML::CData functions in the Ruby source code builder.

clone() - Make a copy of this object

new( first, whitespace=true, parent=nil ) - " Constructor. CData is data between <![CDATA[ ... ]]>\n"

to_s() - Returns the content of this CData object

value() -

write( output=$stdout, indent=-1, transitive=false, ie_hack=false ) - See the rexml/formatters package