Spec-Zone .ru
спецификации, руководства, описания, API

JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Factory class for creating new RSS elements.

Profile: common

Inherited Variables

Function Summary

public newCategory(p: RSS) : Category

Constructs a new Category element.

Constructs a new Category element.

Parameters
p
the RSS feed where the new Category will reside.
Returns
Category
a new Category.
 
public newChannel(factory: Factory, task: FeedTask) : Channel

Constructs a new Channel from the factory and task.

Constructs a new Channel from the factory and task.

Parameters
factory
to use when creating the Channel.
task
a callback handler.
Returns
Channel
a new Channel.
 
public newEnclosure(p: RSS) : Enclosure

Constructs a new Enclosure element.

Constructs a new Enclosure element.

Parameters
p
the RSS feed where the new Enclosure will reside.
Returns
Enclosure
a new Enclosure.
 
public newGuid(p: RSS) : Guid

Constructs a new Guid element.

Constructs a new Guid element.

Parameters
p
the RSS feed where the new Guid will reside.
Returns
Guid
a new Guid.
 
public newImage(p: RSS) : Image

Constructs a new Image element.

Constructs a new Image element.

Parameters
p
the RSS feed where the new Image will reside.
Returns
Image
a new Image.
 
public newItem(c: Channel) : Item

Constructs a new Item element

Constructs a new Item element

Parameters
c
the channel where the new Item will reside.
Returns
Item
a new Item element.
 
public newSource(p: RSS) : Source

Constructs a new Source element.

Constructs a new Source element.

Parameters
p
the RSS feed where the new Source will reside.
Returns
Source
a new Source.
 

Inherited Functions