method

inline_xhtml?

inline_xhtml?()
public

No documentation available.

# File lib/rss/atom.rb, line 600
          def inline_xhtml?
            !out_of_line? and @type == "xhtml"
          end