Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • rexml/validation/relaxng.rb

Class/Module Index [+]

Quicksearch

REXML::Validation::Sequence

Public Instance Methods

matches?(event) click to toggle source
 
               # File rexml/validation/relaxng.rb, line 257
def matches?(event)
  @events[@current].matches?( event )
end