method

have_xml_content?

have_xml_content?()
public

No documentation available.

# File lib/rss/atom.rb, line 549
          def have_xml_content?
            inline_xhtml? or inline_other_xml?
          end