method
    
    matches?
  matches?( event )
  public
  
    Hide source    
    
      
  
# File lib/rexml/validation/relaxng.rb, line 506 def matches?( event ) return @events[@current].matches?( event ) if @events[@current] !@choices[@choice..-1].find{|evt| evt[0].matches?(event)}.nil? end

  