[Source]
# File rexml/validation/relaxng.rb, line 257 def matches?(event) @events[@current].matches?( event ) end
[Validate]