Instance Methods
lib/rexml/validation/relaxng.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rexml/validation/relaxng.rb, line 253
def matches?(event)
@events[@current].matches?( event )
end
No documentation available