= private = protected
inline_text?()
Returns true if the element contains inline content that has a text or HTML media type, or no media type at all.
# File lib/rss/atom.rb, line 688 def inline_text? !out_of_line? and [nil, "text", "html"].include?(@type) end