Class: PullEvent (REXML::Parsers)

Overview
Module Structure
Class Hierarchy
Instance Methods
PullEvent#initialize / 1
PullEvent#[] / 2
PullEvent#event_type
PullEvent#start_element?
PullEvent#end_element?
PullEvent#text?
PullEvent#instruction?
PullEvent#comment?
PullEvent#doctype?
PullEvent#attlistdecl?
PullEvent#elementdecl?
PullEvent#entitydecl?
PullEvent#notationdecl?
PullEvent#entity?
PullEvent#cdata?
PullEvent#xmldecl?
PullEvent#error?
PullEvent#inspect
is a submodule of
module: Parsers ( REXML )
inherits from
  Object ( Builtin-Module )
has properties
method: initialize / 1   
method: [] / 2   
method: event_type   
method: start_element?   
method: end_element?   
method: text?   
method: instruction?   
method: comment?   
method: doctype?   
method: attlistdecl?   
method: elementdecl?   
method: entitydecl?   
method: notationdecl?   
method: entity?   
method: cdata?   
method: xmldecl?   
method: error?   
method: inspect   
is defined at
#90 in rexml/parsers/pullparser.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
  module: REXML
  module: Parsers
class: PullEvent     

Class Hierarchy

Object ( Builtin-Module )
has properties
method: dclone   
PullEvent ( REXML::Parsers )
has properties
method: initialize / 1   
method: [] / 2   
method: event_type   
method: start_element?   
method: end_element?   
method: text?   
method: instruction?   
method: comment?   
method: doctype?   
method: attlistdecl?   
method: elementdecl?   
method: entitydecl?   
method: notationdecl?   
method: entity?   
method: cdata?   
method: xmldecl?   
method: error?   
method: inspect   

Instance Methods

PullEvent#initialize / 1

#94 in rexml/parsers/pullparser.rb

initialize ( arg )

PullEvent#[] / 2

#98 in rexml/parsers/pullparser.rb

[] ( start ,
  endd=nil )

PullEvent#event_type

#112 in rexml/parsers/pullparser.rb

event_type

PullEvent#start_element?

#117 in rexml/parsers/pullparser.rb

start_element?

PullEvent#end_element?

#122 in rexml/parsers/pullparser.rb

end_element?

PullEvent#text?

#127 in rexml/parsers/pullparser.rb

text?

PullEvent#instruction?

#132 in rexml/parsers/pullparser.rb

instruction?

PullEvent#comment?

#137 in rexml/parsers/pullparser.rb

comment?

PullEvent#doctype?

#142 in rexml/parsers/pullparser.rb

doctype?

PullEvent#attlistdecl?

#147 in rexml/parsers/pullparser.rb

attlistdecl?

PullEvent#elementdecl?

#152 in rexml/parsers/pullparser.rb

elementdecl?

PullEvent#entitydecl?

#163 in rexml/parsers/pullparser.rb

entitydecl?

PullEvent#notationdecl?

#168 in rexml/parsers/pullparser.rb

notationdecl?

PullEvent#entity?

#173 in rexml/parsers/pullparser.rb

entity?

PullEvent#cdata?

#178 in rexml/parsers/pullparser.rb

cdata?

PullEvent#xmldecl?

#183 in rexml/parsers/pullparser.rb

xmldecl?

PullEvent#error?

#187 in rexml/parsers/pullparser.rb

error?

PullEvent#inspect

#191 in rexml/parsers/pullparser.rb

inspect