123456789_123456789_123456789_123456789_123456789_

Class: REXML::Validation::Sequence

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, State
Instance Chain:
self, State
Inherits: REXML::Validation::State
Defined in: lib/rexml/validation/relaxng.rb

Class Method Summary

State - Inherited

Instance Attribute Summary

State - Inherited

Instance Method Summary

Constructor Details

This class inherits a constructor from REXML::Validation::State

Instance Method Details

#matches?(event) ⇒ Boolean

[ GitHub ]

  
# File 'lib/rexml/validation/relaxng.rb', line 253

def matches?(event)
  @events[@current].matches?( event )
end