class REXML::Validation::Sequence
Public Instance Methods
          matches?(event)
          
          click to toggle source
          
        
        
        # File lib/rexml/validation/relaxng.rb, line 257 def matches?(event) @events[@current].matches?( event ) end