Class: REXML::Validation::Sequence (Ruby 2.3.4)

In Files

  • rexml/validation/relaxng.rb

Class/Module Index [+]

Quicksearch

REXML::Validation::Sequence

Public Instance Methods

matches?(event)
 
               # File rexml/validation/relaxng.rb, line 253
def matches?(event)
  @events[@current].matches?( event )
end