classafAtom::Category
sys::Obj afAtom::Category
Conveys information about a category associated with an Entry or Feed.
The atom:category Element
- label
Str? label
(Optional) Provides a human-readable label for display.
- make
new make(Str term)
Creates a
Category
with the required fields.- scheme
Uri? scheme
(Optional) Identifies the categorization scheme via a URI.
- term
Str term
(Required) Identifies the category.
- toXml
virtual XElem toXml()
Creates a
<category>
element.