class REXML::Parsers::PullEvent

def start_element?

Content: [ String tag_name, Hash attributes ]
def start_element?
  @contents[0] == :start_element
end