Element

audiofluidity.rss.Element
See theElement companion trait
object Element

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Element.type

Members list

Type members

Classlikes

opaque object Atom

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Atom.type
case class Author(email: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Author]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Author]
class Object
trait Matchable
class Any
Show all
case class Category(domain: String, text: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Category]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Category]
class Object
trait Matchable
class Any
Show all
case class Channel(title: Title, link: Link, description: Description, language: Option[Language], copyright: Option[Copyright], managingEditor: Option[ManagingEditor], webMaster: Option[WebMaster], pubDate: Option[PubDate], lastBuildDate: Option[LastBuildDate], categories: Seq[Category], generator: Option[Generator], docs: Option[Docs], cloud: Option[Cloud], ttl: Option[Ttl], image: Option[Image], rating: Option[Rating], textInput: Option[TextInput], skipHours: Option[SkipHours], skipDays: Option[SkipDays], items: Seq[Item], namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Channel]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Channel]
class Object
trait Matchable
class Any
Show all
object Channel

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Channel.type
case class Cloud(domain: String, port: Int, path: String, registerProcedure: String, protocol: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Cloud]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Cloud]
class Object
trait Matchable
class Any
Show all
case class Comments(url: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Comments]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Comments]
class Object
trait Matchable
class Any
Show all
object Content

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Content.type
case class Copyright(notice: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Copyright]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Day(day: ValidDay, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Day]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Day]
class Object
trait Matchable
class Any
Show all
case class Description(text: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Description]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Docs(url: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Docs]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Docs]
class Object
trait Matchable
class Any
Show all
object DublinCore

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
DublinCore.type
case class Enclosure(url: String, length: Long, `type`: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Enclosure]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Extra(mbSourceElement: Option[Element[_]], elem: Elem)

A helper, not itself an element.

A helper, not itself an element.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Generator(description: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Generator]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Guid(isPermalink: Boolean, id: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Guid]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Guid]
class Object
trait Matchable
class Any
Show all
case class Height(pixels: Int, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Height]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Height]
class Object
trait Matchable
class Any
Show all
case class Hour(hour: Int, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Hour]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Hour]
class Object
trait Matchable
class Any
Show all
case class Image(url: Url, title: Title, link: Link, width: Option[Width], height: Option[Height], description: Option[Description], namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Image]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Image]
class Object
trait Matchable
class Any
Show all
case class Item(title: Title, link: Link, description: Description, author: Author, categories: Seq[Category], comments: Option[Comments], enclosure: Option[Enclosure], guid: Option[Guid], pubDate: Option[PubDate], source: Option[Source], namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Item]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Item]
class Object
trait Matchable
class Any
Show all
object Item

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Item.type
object Itunes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Itunes.type
case class Language(code: LanguageCode, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Language]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Language]
class Object
trait Matchable
class Any
Show all
case class LastBuildDate(date: ZonedDateTime, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[LastBuildDate]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Link(location: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Link]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Link]
class Object
trait Matchable
class Any
Show all
case class ManagingEditor(email: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[ManagingEditor]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Name(text: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Name]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Name]
class Object
trait Matchable
class Any
Show all
case class PubDate(date: ZonedDateTime, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[PubDate]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[PubDate]
class Object
trait Matchable
class Any
Show all
case class Rating(contents: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Rating]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Rating]
class Object
trait Matchable
class Any
Show all
case class Rss(channel: Channel, version: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Rss]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Rss]
class Object
trait Matchable
class Any
Show all
case class SkipDays(days: Seq[Day], namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[SkipDays]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[SkipDays]
class Object
trait Matchable
class Any
Show all
case class SkipHours(hours: Seq[Hour], namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[SkipHours]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Source(url: String, title: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Source]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Source]
class Object
trait Matchable
class Any
Show all
case class TextInput(title: Title, description: Description, name: Name, link: Link, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[TextInput]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Title(text: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Title]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Title]
class Object
trait Matchable
class Any
Show all
object ToXml

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ToXml.type
case class Ttl(minutes: Int, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Ttl]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Ttl]
class Object
trait Matchable
class Any
Show all
case class Url(location: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Url]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Url]
class Object
trait Matchable
class Any
Show all
enum ValidDay

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class WebMaster(email: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[WebMaster]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Width(pixels: Int, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Width]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Width]
class Object
trait Matchable
class Any
Show all

Value members

Concrete fields

val RssVersion: String