= private = protected
inline_html?()
Returns true if the element contains inline content that has a HTML media type.
# File lib/rss/atom.rb, line 694 def inline_html? return false if out_of_line? @type == "html" or mime_split == ["text", "html"] end