- atom:link record
- (link? L) procedure
- (link-uri L) procedure
- (link-relation L) procedure
- (link-type L) procedure
- (link-uri-language L) procedure
- (link-title L) procedure
- (link-length L) procedure
- (link-contents L) procedure
Predicate and accessors for atom:link elements, which represent a reference from an entry or feed to a Web resource.
- uri
- (required by spec) the URI (@href) of the link, as a string
- relation
- the link relation type (@rel) as a string (defaults to "alternate" if not present)
- title
- human-readable, plain-text title for the link, as a string
- type
- advisory MIME media type for the referenced resource, as a string
- length
- advisory length in octets for the referenced resource, as an exact integer
- uri-language
- an RFC3066 language tag (@hreflang) for the referenced resource, as a string
- contents
- Contents of the atom:link element as an SXML document; undefined by the specification, and unlikely to be present
Accessors return #f if the associate attribute is not present in the document, except for link-relation, which returns "alternate".