Method: REXML::Parsers::PullEvent#start_element?
- Defined in:
- lib/rexml/parsers/pullparser.rb
permalink #start_element? ⇒ Boolean
Content: [ String tag_name, Hash attributes ]
118 119 120 |
# File 'lib/rexml/parsers/pullparser.rb', line 118 def start_element? @contents[0] == :start_element end |