Stores multipart form data. FormData
objects are created when WEBrick::HTTPUtils.parse_form_data
is called.
The TextConstruct
module is used to define a Text construct Atom
element, which is used to store small quantities of human-readable text.
The TextConstruct
has a type attribute, e.g. text, html, xhtml
Reference: validator.w3.org/feed/docs/rfc4287.html#text.constructs
The PersonConstruct
module is used to define a person Atom
element that can be used to describe a person, corporation or similar entity.
The PersonConstruct
has a Name
, Uri
and Email
child elements.
Reference: validator.w3.org/feed/docs/rfc4287.html#atomPersonConstruct
Element
used to describe an Atom
date and time in the ISO 8601 format
Examples:
2013-03-04T15:30:02Z
2013-03-04T10:30:02-05:00
Indicates some other unhandled resolver error was encountered.
PersonConstruct
that contains information regarding the contributors of a Feed
or Entry
.
Reference: validator.w3.org/feed/docs/rfc4287.html#element.contributor
Contains information on the agent used to generate the feed.
Reference: validator.w3.org/feed/docs/rfc4287.html#element.generator
IO
wrapper that allows writing a limited amount of data
PersonConstruct
that contains information regarding the author of a Feed
or Entry
.
Reference: validator.w3.org/feed/docs/rfc4287.html#element.author