class REXML::Validation::Sequence
Public Instance Methods
Source
# File bundled-src/rexml-3.4.4/lib/rexml/validation/relaxng.rb, line 253 def matches?(event) @events[@current].matches?( event ) end
# File bundled-src/rexml-3.4.4/lib/rexml/validation/relaxng.rb, line 253 def matches?(event) @events[@current].matches?( event ) end