atom
– Atom 1.0
This namespace module implements Atom 1.0 as specified by RFC 4287.
- class ll.xist.ns.atom.feed[source]
Bases:
Element
The
feed
element is the document (i.e., top-level) element of an Atom Feed Document, acting as a container for metadata and data associated with the feed.
- class ll.xist.ns.atom.entry[source]
Bases:
Element
The
entry
element represents an individual entry, acting as a container for metadata and data associated with the entry.
- class ll.xist.ns.atom.content[source]
Bases:
Element
The
content
element either contains or links to the content of theentry
.
- class ll.xist.ns.atom.author[source]
Bases:
Element
The
author
element indicates the author of theentry
orfeed
.
- class ll.xist.ns.atom.category[source]
Bases:
Element
The
category
element conveys information about a category associated with anentry
orfeed
.
- class ll.xist.ns.atom.contributor[source]
Bases:
Element
The
contributor
element indicates a person or other entity who contributedentry
orfeed
.
- class ll.xist.ns.atom.generator[source]
Bases:
Element
The
generator
element’s content identifies the agent used to generate a feed, for debugging and other purposes.
- class ll.xist.ns.atom.icon[source]
Bases:
Element
The
icon
element’s content is an IRI reference that identifies an image that provides iconic visual identification for a feed.
- class ll.xist.ns.atom.id[source]
Bases:
Element
The
id
element conveys a permanent, universally unique identifier for anentry
orfeed
.
- class ll.xist.ns.atom.link[source]
Bases:
Element
The
link
element defines a reference from anentry
orfeed
to a Web resource.
- class ll.xist.ns.atom.logo[source]
Bases:
Element
The
logo
element’s content is an IRI reference that identifies an image that provides visual identification for afeed
.
- class ll.xist.ns.atom.published[source]
Bases:
Element
The
published
element indicatesg an instant in time associated with an event early in the life cycle of theentry
.
- class ll.xist.ns.atom.rights[source]
Bases:
Element
The
rights
element contains text that conveys information about rights held in and over anentry
orfeed
.
- class ll.xist.ns.atom.source[source]
Bases:
Element
If an
entry
is copied from onefeed
into anotherfeed
, then the sourcefeed
’s metadata (all child elements offeed
other than theentry
elements) may be preserved within the copied entry by adding asource
child element, if it is not already present in theentry
, and including some or all of the sourcefeed
’s Metadata elements as thesource
element’s children.
- class ll.xist.ns.atom.subtitle[source]
Bases:
Element
The
subtitle
element contains text that conveys a human-readable description or subtitle for afeed
.
- class ll.xist.ns.atom.summary[source]
Bases:
Element
The
summary
element contains text that conveys a short summary, abstract, or excerpt of an entry.
- class ll.xist.ns.atom.title[source]
Bases:
Element
The
title
element contains text that conveys a human-readable title for anentry
orfeed
.
- class ll.xist.ns.atom.updated[source]
Bases:
Element
The
updated
element contains a date indicating the most recent instant in time when anentry
orfeed
was modified in a way the publisher considers significant.
- class ll.xist.ns.atom.email[source]
Bases:
Element
The
email
element’s content conveys an e-mail address associated with the person.