atom – Atom 1.0
This namespace module implements Atom 1.0 as specified by RFC 4287.
- class ll.xist.ns.atom.feed[source]
Bases:
ll.xist.xsc.ElementThe
feedelement 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:
ll.xist.xsc.ElementThe
entryelement represents an individual entry, acting as a container for metadata and data associated with the entry.
- class ll.xist.ns.atom.content[source]
Bases:
ll.xist.xsc.ElementThe
contentelement either contains or links to the content of theentry.
- class ll.xist.ns.atom.author[source]
Bases:
ll.xist.xsc.ElementThe
authorelement indicates the author of theentryorfeed.
- class ll.xist.ns.atom.category[source]
Bases:
ll.xist.xsc.ElementThe
categoryelement conveys information about a category associated with anentryorfeed.
- class ll.xist.ns.atom.contributor[source]
Bases:
ll.xist.xsc.ElementThe
contributorelement indicates a person or other entity who contributedentryorfeed.
- class ll.xist.ns.atom.generator[source]
Bases:
ll.xist.xsc.ElementThe
generatorelement’s content identifies the agent used to generate a feed, for debugging and other purposes.
- class ll.xist.ns.atom.icon[source]
Bases:
ll.xist.xsc.ElementThe
iconelement’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:
ll.xist.xsc.ElementThe
idelement conveys a permanent, universally unique identifier for anentryorfeed.
- class ll.xist.ns.atom.link[source]
Bases:
ll.xist.xsc.ElementThe
linkelement defines a reference from anentryorfeedto a Web resource.
- class ll.xist.ns.atom.logo[source]
Bases:
ll.xist.xsc.ElementThe
logoelement’s content is an IRI reference that identifies an image that provides visual identification for afeed.
- class ll.xist.ns.atom.published[source]
Bases:
ll.xist.xsc.ElementThe
publishedelement indicatesg an instant in time associated with an event early in the life cycle of theentry.
- class ll.xist.ns.atom.rights[source]
Bases:
ll.xist.xsc.ElementThe
rightselement contains text that conveys information about rights held in and over anentryorfeed.
- class ll.xist.ns.atom.source[source]
Bases:
ll.xist.xsc.ElementIf an
entryis copied from onefeedinto anotherfeed, then the sourcefeed’s metadata (all child elements offeedother than theentryelements) may be preserved within the copied entry by adding asourcechild element, if it is not already present in theentry, and including some or all of the sourcefeed’s Metadata elements as thesourceelement’s children.
- class ll.xist.ns.atom.subtitle[source]
Bases:
ll.xist.xsc.ElementThe
subtitleelement contains text that conveys a human-readable description or subtitle for afeed.
- class ll.xist.ns.atom.summary[source]
Bases:
ll.xist.xsc.ElementThe
summaryelement contains text that conveys a short summary, abstract, or excerpt of an entry.
- class ll.xist.ns.atom.title[source]
Bases:
ll.xist.xsc.ElementThe
titleelement contains text that conveys a human-readable title for anentryorfeed.
- class ll.xist.ns.atom.updated[source]
Bases:
ll.xist.xsc.ElementThe
updatedelement contains a date indicating the most recent instant in time when anentryorfeedwas modified in a way the publisher considers significant.
- class ll.xist.ns.atom.email[source]
Bases:
ll.xist.xsc.ElementThe
emailelement’s content conveys an e-mail address associated with the person.
- class ll.xist.ns.atom.uri[source]
Bases:
ll.xist.xsc.ElementThe
urielement’s content conveys an IRI associated with the person.
- class ll.xist.ns.atom.name[source]
Bases:
ll.xist.xsc.ElementThe
nameelement’s content conveys a human-readable name for the person.