- atom:categoryrecord
- category? Iprocedure
- category-term Iprocedure
- category-scheme Iprocedure
- category-label Iprocedure
- category-contents Cprocedure
Predicate and accessors for atom:category elements, which represent the categorization of the feed or entry.
- term
- (required by spec) category name, as a string
- scheme
- URI that identifies a categorization scheme, as a string
- label
- human-readable plain-text label for the category, as a string
- contents
- Contents of the category element as an SXML document; undefined by the specification, but it might be useful.
term, scheme and label accessors return #f for missing information instead of the empty string as atom:author and atom:rights accessors do. This inconsistency is probably a bug.