method
single?
ruby latest stable - Class:
REXML::Validation::Event
single?()public
No documentation available.
# File lib/rexml/validation/validation.rb, line 82
def single?
return (@event_type != :start_element and @event_type != :start_attribute)
end