method
inline_xhtml?
inline_xhtml?()
public
Hide source
# File lib/rss/atom.rb, line 523 def inline_xhtml? !out_of_line? and @type == "xhtml" end