method
matches?
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
matches?(event)
public
Hide source
# File lib/rexml/validation/relaxng.rb, line 270 def matches?(event) @events[@current].matches?(event) || (@current == 0 and @previous[-1].matches?(event)) end