classafAtom::Category

sys::Obj
  afAtom::Category

Conveys information about a category associated with an Entry or Feed.

The atom:category Element

label

Source

Str? label

(Optional) Provides a human-readable label for display.

make

Source

new make(Str term)

Creates a Category with the required fields.

scheme

Source

Uri? scheme

(Optional) Identifies the categorization scheme via a URI.

term

Source

Str term

(Required) Identifies the category.

toXml

Source

virtual XElem toXml()

Creates a <category> element.