|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Feed | |
---|---|
org.intabulas.sandler | Defines the classes and interfaces for the sandler atom implementation |
org.intabulas.sandler.elements.impl | Defines the implementation of the classes for the sandler atom implementation |
org.intabulas.sandler.parser | Defines the parser(s) for the sandler atom implementation |
Uses of Feed in org.intabulas.sandler |
---|
Methods in org.intabulas.sandler that return Feed | |
---|---|
static Feed |
SyndicationFactory.createFeed(Person author,
String title,
Link alternate,
Date modified)
Construct a valid Atom Feed |
static Feed |
SyndicationFactory.newSyndicationFeed()
Create a new/empty Atom Feed instance |
static Feed |
SyndicationFactory.newSyndicationFeed(String feed)
Create a new/empty Atom Feed instance from a String representation of a Feed |
static Feed |
Sandler.unmarshallFeed(InputStream stream)
Unmarshall a Atom Feed |
static Feed |
Sandler.unmarshallFeed(String feed)
Unmarshall a Atom Feed |
Methods in org.intabulas.sandler with parameters of type Feed | |
---|---|
static String |
Sandler.marshallFeed(Feed feed)
Marshall an Atom Feed |
Uses of Feed in org.intabulas.sandler.elements.impl |
---|
Classes in org.intabulas.sandler.elements.impl that implement Feed | |
---|---|
class |
FeedImpl
FeedImpl |
Uses of Feed in org.intabulas.sandler.parser |
---|
Methods in org.intabulas.sandler.parser that return Feed | |
---|---|
Feed |
AtomParser.parseInput(InputStream in)
Parses an InputStream into an Atom Feed object model. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |