Contains or links to the content of the Entry. It has the following attributes:

  • type

  • src

Reference: validator.w3.org/feed/docs/rfc4287.html#element.content

Attributes

xml

Write

Returns the element content in XML.

Class Methods
No documentation available
No documentation available
Instance Methods

Raises a MissingAttributeError, NotAvailableValueError, MissingTagError or NotExpectedTagError if the element is not properly formatted.

No documentation available

Returns true if the element has inline XML content.

Returns true if the element contains inline content that has a HTML media type.

Returns true if the element contains inline content that has a MIME media type.

Returns true if the element contains inline content encoded in base64.

Returns true if the element contains inline content that has a text media type.

Returns true if the element contains inline content that has a XML media type.

Returns true if the element contains inline content that has a text or HTML media type, or no media type at all.

Returns true if the element contains inline content that has a XHTML media type.

Splits the type attribute into an array, e.g. [“text”, “xml”]

Returns true if the content needs to be encoded in base64.

Returns true if the element contains linked content.

Returns the element content in XHTML.

Returns or builds the element content in XML.