classafAtom::Generator

sys::Obj
  afAtom::Generator

Identifies the software used to generate the feed. Used for debugging and other purposes.

@see The atom:generator Element

make

Source

new make(Str name)

Creates a Generator with the required fields.

name

Source

Str name

(Required) The name of the generator.

toXml

Source

virtual XElem toXml()

Creates a <generator> element.

uri

Source

Uri? uri

(Optional) The URI of the generator.

version

Source

Str? version

(Optional) The version of the generator.