= private = protected
have_xml_content?()
Returns true if the element has inline XML content.
# File lib/rss/atom.rb, line 639 def have_xml_content? inline_xhtml? or inline_other_xml? end