类 REXML::Validation::Sequence

公共实例方法

matches?(event) 点击切换源代码
# File rexml-3.4.0/lib/rexml/validation/relaxng.rb, line 253
def matches?(event)
  @events[@current].matches?( event )
end