# File lib/libxml/node.rb, line 213
      def cdata?
        node_type == CDATA_SECTION_NODE
      end