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 the entry.

class ll.xist.ns.atom.author[source]

Bases: Element

The author element indicates the author of the entry or feed.

class ll.xist.ns.atom.category[source]

Bases: Element

The category element conveys information about a category associated with an entry or feed.

class ll.xist.ns.atom.contributor[source]

Bases: Element

The contributor element indicates a person or other entity who contributed entry or feed.

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 an entry or feed.

Bases: Element

The link element defines a reference from an entry or feed to a Web resource.

Bases: Element

The logo element’s content is an IRI reference that identifies an image that provides visual identification for a feed.

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 the entry.

class ll.xist.ns.atom.rights[source]

Bases: Element

The rights element contains text that conveys information about rights held in and over an entry or feed.

class ll.xist.ns.atom.source[source]

Bases: Element

If an entry is copied from one feed into another feed, then the source feed’s metadata (all child elements of feed other than the entry elements) may be preserved within the copied entry by adding a source child element, if it is not already present in the entry, and including some or all of the source feed’s Metadata elements as the source 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 a feed.

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 an entry or feed.

class ll.xist.ns.atom.updated[source]

Bases: Element

The updated element contains a date indicating the most recent instant in time when an entry or feed 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.

class ll.xist.ns.atom.uri[source]

Bases: Element

The uri element’s content conveys an IRI associated with the person.

class ll.xist.ns.atom.name[source]

Bases: Element

The name element’s content conveys a human-readable name for the person.