= private = protected
inline_xhtml?()
Returns true if the element contains inline content that has a XHTML media type.
# File lib/rss/atom.rb, line 701 def inline_xhtml? !out_of_line? and @type == "xhtml" end