Class: REXML::Parsers::PullEvent

Inherits:
Object
  • Object
show all
Defined in:
lib/xml_stream_parser.rb

Instance Method Summary collapse

Instance Method Details

#end_document?Boolean

PullEvent is missing the end_document? method, even tho the BaseParser produces the event

Returns:

  • (Boolean)


11
12
13
# File 'lib/xml_stream_parser.rb', line 11

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