= private = protected
xhtml()
Returns the element content in XHTML.
# File lib/rss/atom.rb, line 659 def xhtml if inline_xhtml? xml else nil end end