class REXML::Parsers::PullEvent

def cdata?

Content: [ String text ]
def cdata?
  @contents[0] == :cdata
end