method

expected

expected()
public

No documentation available.

# File lib/rexml/validation/relaxng.rb, line 308
      def expected
        return [ @prior.expected, @events[0] ].flatten if @current == 0
        return [@events[@current]]
      end