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