Method: REXML::Validation::Sequence#matches?
- Defined in:
- lib/rexml/validation/relaxng.rb
#matches?(event) ⇒ Boolean
252 253 254 |
# File 'lib/rexml/validation/relaxng.rb', line 252 def matches?(event) @events[@current].matches?( event ) end |