method
single?
single?()
public
Hide source
# File lib/rexml/validation/validation.rb, line 82 def single? return (@event_type != :start_element and @event_type != :start_attribute) end