Method: REXML::Parsers::PullEvent#start_element?

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

#start_element?Boolean

Content: [ String tag_name, Hash attributes ]

Returns:

  • (Boolean)
[View source]

118
119
120
# File 'lib/rexml/parsers/pullparser.rb', line 118

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