method
single?
v2_6_3 -
Show 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