class Nokogiri::XML::CDATA

def name

Get the name of this CDATA node
##
def name
  '#cdata-section'
end