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