Method: REXML::SAX2Listener#cdata
- Defined in:
- lib/rexml/sax2listener.rb
#cdata(content) ⇒ Object
Called when <![CDATA[ … ]]> is encountered in a document.
81 82 |
# File 'lib/rexml/sax2listener.rb', line 81 def cdata content end |