method
matches?
v1_8_7_72 -
Show latest stable
- Class:
REXML::Validation::Sequence
matches?(event)public
No documentation available.
# File lib/rexml/validation/relaxng.rb, line 257
def matches?(event)
@events[@current].matches?( event )
end