method
expected
expected()
public
Hide source
# File lib/rexml/validation/relaxng.rb, line 303 def expected return [ @prior.expected, @events[0] ].flatten if @current == 0 return [@events[@current]] end