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

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

Profile: desktop, common

Overview

Factory class for creating new Atom elements.

Profile: common

Inherited Variables

Function Summary

public newCategory(p: Atom) : Category

Constructs a new Category element.

Constructs a new Category element.

Parameters
p
the Atom feed where the new Category will reside.
Returns
Category
a new Category.
 
public newContent(p: Atom) : Content

Constructs a new Content element.

Constructs a new Content element.

Parameters
p
the Atom feed where the new Content will reside.
Returns
Content
a new Content.
 
public newDate(p: Atom) : Date

Constructs a new Date for an Atom Feed.

Constructs a new Date for an Atom Feed.

Parameters
p
the Atom feed where the Date will be used.
Returns
Date
a new Date.
 
public newEntry(f: Feed) : Entry

Constructs a new Entry element

Constructs a new Entry element

Parameters
f
the feed where the new Entry will reside.
Returns
Entry
a new Entry element.
 
public newFeed(factory: Factory, task: FeedTask) : Feed

Constructs a new Feed from the factory and task.

Constructs a new Feed from the factory and task.

Parameters
factory
to use when creating the feed.
task
a callback handler.
Returns
Feed
a new feed.
 
public newGenerator(p: Atom) : Generator

Constructs a new Generator element.

Constructs a new Generator element.

Parameters
p
the Atom feed where the new Generator will reside.
Returns
Generator
a new Generator.
 
public newId(p: Atom) : Id

Constructs a new Id element.

Constructs a new Id element.

Parameters
p
the Atom feed where the new Id will reside.
Returns
Id
a new Id.
 
public newLink(p: Atom) : Link

Constructs a new Link element.

Constructs a new Link element.

Parameters
p
the Atom feed where the new Link will reside.
Returns
Link
a new Link.
 
public newPerson(p: Atom) : Person

Constructs a new Person element.

Constructs a new Person element.

Parameters
p
the Atom feed where the new Person will reside.
Returns
Person
a new Person.
 
public newSource(factory: Factory, task: FeedTask) : Feed

Constructs a new Feed from the factory and task.

Constructs a new Feed from the factory and task.

Parameters
factory
to use when creating the feed.
task
a callback handler.
Returns
Feed
a new feed.
 

Inherited Functions