Class REXML::Validation::Sequence
In: lib/rexml/validation/relaxng.rb
Parent: State

Methods

matches?  

Public Instance methods

[Source]

     # File lib/rexml/validation/relaxng.rb, line 257
257:       def matches?(event)
258:         @events[@current].matches?( event )
259:       end

[Validate]