Method: REXML::Parsers::PullEvent#cdata?

Defined in:
lib/rexml/parsers/pullparser.rb

#cdata?Boolean

Content: [ String text ]

Returns:

  • (Boolean)


179
180
181
# File 'lib/rexml/parsers/pullparser.rb', line 179

def cdata?
  @contents[0] == :cdata
end